Fix indentation
This commit is contained in:
parent
750badf8cd
commit
a2e8b4ef74
@ -11,32 +11,32 @@
|
|||||||
<span class="h-12 w-12 px-3 py-3 text-white md:hidden material-icons" alt="menu">menu</span>
|
<span class="h-12 w-12 px-3 py-3 text-white md:hidden material-icons" alt="menu">menu</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="nav-menu">
|
<div class="nav-menu">
|
||||||
<NavItem
|
<NavItem
|
||||||
link="/about"
|
link="/about"
|
||||||
icon="person"
|
icon="person"
|
||||||
text="About"
|
text="About"
|
||||||
/>
|
/>
|
||||||
<NavItem
|
<NavItem
|
||||||
link="/projects"
|
link="/projects"
|
||||||
icon="work"
|
icon="work"
|
||||||
text="Projects"
|
text="Projects"
|
||||||
/>
|
/>
|
||||||
<NavItem
|
<NavItem
|
||||||
link="/games"
|
link="/games"
|
||||||
icon="videogame_asset"
|
icon="videogame_asset"
|
||||||
text="Game Profile"
|
text="Game Profile"
|
||||||
/>
|
/>
|
||||||
<NavItem
|
<NavItem
|
||||||
link="/links"
|
link="/links"
|
||||||
icon="contacts"
|
icon="contacts"
|
||||||
text="Links"
|
text="Links"
|
||||||
/>
|
/>
|
||||||
<NavItem
|
<NavItem
|
||||||
link="//blog.nanao.moe"
|
link="//blog.nanao.moe"
|
||||||
icon="rss_feed"
|
icon="rss_feed"
|
||||||
text="Blog"
|
text="Blog"
|
||||||
external="true"
|
external="true"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
Reference in New Issue
Block a user