FEAT: add apps list

This commit is contained in:
prosety
2022-11-27 02:17:02 +01:00
parent eeb6522a78
commit e0152c81e4
3 changed files with 34 additions and 3 deletions

View File

@@ -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',