pull/2211/head
Tuğçe Küçükoğlu 2022-02-24 10:10:19 +03:00 committed by Tuğçe Küçükoğlu
parent 57ad1be0a5
commit a436d32124
5 changed files with 3 additions and 16 deletions

View File

@ -3,9 +3,6 @@
<a class="menu-button" @click="$emit('menubutton-click')">
<i class="pi pi-bars"></i>
</a>
<router-link to="/" class="logo">
<img :src="'demo/images/primevue-logo-' + `${$appState.darkTheme ? 'light' : 'dark'}` + '.svg'" alt="primevue logo"/>
</router-link>
<div class="app-theme" v-tooltip.bottom="$appState.theme">
<img :src="'demo/images/themes/' + logoMap[$appState.theme]" />
</div>

View File

@ -1,15 +1,5 @@
{
"data": [
{
"name": "Vue 2",
"meta": ["general"],
"children": [
{
"name": "PrimeVue 2",
"href": "https://www.primefaces.org/primevue/showcase-v2"
}
]
},
{
"name": "General",
"meta": ["general"],

View File

@ -35,7 +35,7 @@
color: var(--surface-900);
font-weight: 700;
user-select: none;
padding: .5rem .25rem;
padding: .5rem 0;
font-size: 0.857rem;
text-transform: uppercase;

View File

@ -69,7 +69,7 @@
<div class="flex justify-content-between py-6">
<span>
<img :src="'demo/images/primevue-logo-' + `${$appState.darkTheme ? 'light' : 'dark'}` + '.svg'" alt="primevue logo" style="height: 2.5rem;" />
<img :src="'demo/images/primevue-logo-' + `${$appState.darkTheme ? 'light' : 'dark'}` + '.svg'" alt="primevue logo" />
</span>
<div class="flex align-items-center">
<a href="https://twitter.com/primevue" class="linkbox block w-3rem h-3rem flex align-items-center justify-content-center mr-3">

View File

@ -81,7 +81,7 @@
</div>
<section class="landing-getstarted flex flex-column md:flex-row align-items-center justify-content-center mt-8 z-1">
<router-link to="/setup" class="linkbox active font-semibold py-3 px-4 ml-6 fadeinleft animation-duration-2000 animation-ease-out">
<router-link to="/setup" class="linkbox active font-semibold py-3 px-4 ml-0 md:ml-6 fadeinleft animation-duration-2000 animation-ease-out">
Get Started
<i class="pi pi-arrow-right ml-3"></i>
</router-link>