Skip to content

Commit

Permalink
Update header-content.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
BraininaBowl authored Sep 16, 2024
1 parent 3a74c2c commit 3661e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partials/header-content.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header class="header">
<nav class="navbar">
<div class="navbar-brand">
<a class="navbar-item" href="{{{or site.url siteRootPath}}}"><img src="{{uiRootPath}}/img/logo-dark.png" class="header_logo" /></a>
<a class="navbar-item" href="{{{or site.url siteRootPath}}}"><img src="{{uiRootPath}}/img/logo-dark2x.png" class="header_logo" /></a>
<button class="navbar-burger" data-target="topbar-nav">
<span></span>
<span></span>
Expand Down

0 comments on commit 3661e49

Please sign in to comment.