8000 Fix capitalization by brettcannon · Pull Request #126 · pyscript/pyscript · GitHub
[go: up one dir, main page]

Skip to content

Fix capitalization #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix capitalization
  • Loading branch information
brettcannon authored May 2, 2022
commit 11b690c051c9de4b37c12fd8e1985ff2ced584a8
4 changes: 2 additions & 2 deletions pyscriptjs/examples/panel_deckgl.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="theme-color" content="#0072b5">
<meta name="name" content="Pyscript/Panel DeckGL Demo">
<meta name="name" content="PyScript/Panel DeckGL Demo">

<title>Pyscript/Panel DeckGL Demo</title>
<title>PyScript/Panel DeckGL Demo</title>
<link rel="icon" type="image/x-icon" href="./favicon.png">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" type="text/css" />
Expand Down
0