mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Make navbar fixed
This commit is contained in:
parent
2a59db41d3
commit
1b835bcdfe
2 changed files with 2 additions and 14 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<section class="container">
|
||||
<section class="container py-24">
|
||||
<div class="flex flex-col items-center">
|
||||
<h1 class="title text-6xl font-hairline text-center">
|
||||
Does it ARM?
|
||||
|
|
@ -9,18 +9,6 @@
|
|||
</h2>
|
||||
|
||||
<Search />
|
||||
<div class="apps">
|
||||
<div
|
||||
v-for="app in appList"
|
||||
:key="app.slug"
|
||||
>
|
||||
<a :href="`/app/${app.slug}`">
|
||||
<div>
|
||||
{{ app.name }}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue