Skip to content

Commit

Permalink
fix: use correct heading for mobile title
Browse files Browse the repository at this point in the history
I think you did a lil oopsie here amj

(or maybe im just dumb but this seems right)
  • Loading branch information
soni801 committed Sep 7, 2024
1 parent 0e08400 commit 23f1cf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

<body>
<nav>
<img src="menu-icon.svg" alt="Menu" width="48px" height="48px"><h1>Portal 2 Rules</h1>
<img src="menu-icon.svg" alt="Menu" width="48px" height="48px">
<h2>Portal 2 Rules</h2>
{{NAV_MENU}}
</nav>
<main>
Expand Down

0 comments on commit 23f1cf5

Please sign in to comment.