mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
landing adjustments and fixes
This commit is contained in:
parent
fd4fef7679
commit
21e87c9c1d
17 changed files with 341 additions and 190 deletions
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<section :ref="containerRef" :class="['landing-header pad-section', { 'landing-header-active': menuActive }]">
|
||||
<span>
|
||||
<section :ref="containerRef" :class="['landing-header px-5 lg:px-8', { 'landing-header-active': menuActive }]">
|
||||
<div class="landing-header-container">
|
||||
<span>
|
||||
<img :src="'https://primefaces.org/cdn/primevue/images/primevue-logo-' + `${$appState.darkTheme ? 'light' : 'dark'}` + '.svg'" alt="primevue logo" class="landing-header-logo" />
|
||||
</span>
|
||||
|
||||
|
@ -46,6 +47,8 @@
|
|||
<i class="pi pi-bars"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue