This commit is contained in:
parent
b28ca170ed
commit
8c7a91dc80
7 changed files with 17 additions and 99 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue