Fix indentation

This commit is contained in:
Damillora 2020-11-09 17:46:10 +07:00
parent 750badf8cd
commit a2e8b4ef74
1 changed files with 26 additions and 26 deletions

View File

@ -11,32 +11,32 @@
<span class="h-12 w-12 px-3 py-3 text-white md:hidden material-icons" alt="menu">menu</span>
</div>
<div class="nav-menu">
<NavItem
link="/about"
icon="person"
text="About"
/>
<NavItem
link="/projects"
icon="work"
text="Projects"
/>
<NavItem
link="/games"
icon="videogame_asset"
text="Game Profile"
/>
<NavItem
link="/links"
icon="contacts"
text="Links"
/>
<NavItem
link="//blog.nanao.moe"
icon="rss_feed"
text="Blog"
external="true"
/>
<NavItem
link="/about"
icon="person"
text="About"
/>
<NavItem
link="/projects"
icon="work"
text="Projects"
/>
<NavItem
link="/games"
icon="videogame_asset"
text="Game Profile"
/>
<NavItem
link="/links"
icon="contacts"
text="Links"
/>
<NavItem
link="//blog.nanao.moe"
icon="rss_feed"
text="Blog"
external="true"
/>
</div>
</div>
</header>