meow
Some checks are pending
Code quality checks / build (18.16) (push) Waiting to run

This commit is contained in:
ZappyZep 2024-10-25 11:35:39 +00:00
parent b28ca170ed
commit 8c7a91dc80
7 changed files with 17 additions and 99 deletions

View file

@ -1,13 +1,13 @@
<template>
<div class="dashboard container mx-auto px-2 py-2 md:px-6 md:py-6">
<Title title="Zeppelin - Dashboard" />
<Title title="ZappyZep - Dashboard" />
<nav class="flex items-stretch flex-wrap pl-4 pr-2 py-1 border border-gray-700 rounded bg-gray-800 shadow-xl mb-8">
<div class="flex-full md:flex-initial flex items-center">
<img class="w-10 mr-5" :src="logoUrl" alt="" aria-hidden="true">
<router-link to="/dashboard">
<h1 class="font-semibold">Zeppelin Dashboard</h1>
<h1 class="font-semibold">ZappyZep Dashboard</h1>
</router-link>
</div>

View file

@ -1,6 +1,6 @@
<template>
<div class="docs container mx-auto px-6 py-6">
<Title title="Zeppelin - Documentation" />
<Title title="ZappyZep - Documentation" />
<!-- Top bar -->
<nav class="flex items-stretch pl-4 pr-2 py-1 border border-gray-700 rounded bg-gray-800 shadow-xl">
@ -8,7 +8,7 @@
<img class="flex-auto w-10 mr-5" :src="logoUrl" alt="" aria-hidden="true">
<router-link to="/docs">
<h1 class="flex-auto font-semibold">Zeppelin Documentation</h1>
<h1 class="flex-auto font-semibold">ZappyZep Documentation</h1>
</router-link>
</div>
<div class="flex-1 flex items-center justify-end">