Add NavRow animation

This commit is contained in:
venashial
2022-06-22 23:17:00 -07:00
parent 1109fbfcc3
commit 8494ed8ac3
3 changed files with 58 additions and 12 deletions

View File

@@ -24,6 +24,18 @@
href: 'modpacks',
label: 'Modpacks',
},
{
href: 'textures',
label: 'Textures',
},
{
href: 'shaders',
label: 'Shaders',
},
{
href: 'maps',
label: 'Maps',
},
]} />
</div>
```