Skip to content

Commit

Permalink
Removed Arrow on for the clicker on the navbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongolding committed Sep 15, 2021
1 parent 4958cf1 commit 99d9e23
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
15 changes: 7 additions & 8 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions templates/layouts/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<!-- url_for is a Jinja2 pre-processor that finds route from function name (def) -->


<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarStarters" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<li class="nav-item">
<a class="nav-link" href="#" id="navbarStarters" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Turtle Clicker
</a>
</li>
Expand Down
4 changes: 2 additions & 2 deletions templates/turtleclicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<title>Turtle Clicker</title>
<style>
body { height: 100vh; }
* { cursor: url(/static/cursor.cur) 0 0, default; }
</style>
</head>
<body>

<h1>Turtle Clicker</h1>
</body>
</html>

0 comments on commit 99d9e23

Please sign in to comment.