FEAT: add apps list
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="mx-6">
|
||||
<header class="h-screen flex flex-col justify-center">
|
||||
<nav class="fixed right-0 top-0 p-2">
|
||||
<nav class="fixed right-0 top-0 p-2 z-50">
|
||||
<a
|
||||
title="Go to Pegaz GitHub repo"
|
||||
href="https://github.com/valerebron/pegaz"
|
||||
@@ -15,6 +15,7 @@
|
||||
</header>
|
||||
<main class="-mt-20">
|
||||
<Demo />
|
||||
<AppList />
|
||||
</main>
|
||||
</div>
|
||||
</template>
|
||||
@@ -29,6 +30,7 @@ import Github from "~/components/svg/github.vue";
|
||||
import HeroTitle from "~/components/hero-title.vue";
|
||||
import HeroButtons from "~/components/hero-buttons.vue";
|
||||
import Demo from "~/components/demo.vue";
|
||||
import AppList from "~/components/applications-list.vue";
|
||||
|
||||
useMeta({
|
||||
title: 'Deploy stack',
|
||||
|
Reference in New Issue
Block a user