Supprimer les étoiles décoratives de toutes les pages et du header
This commit is contained in:
parent
beaae549f3
commit
663026dbcd
2 changed files with 0 additions and 9 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
import Layout from '../layouts/Layout.astro';
|
import Layout from '../layouts/Layout.astro';
|
||||||
import { Icon } from 'astro-icon/components';
|
import { Icon } from 'astro-icon/components';
|
||||||
import StarFilled from '../components/icons/StarFilled.astro';
|
|
||||||
import { companyInfo } from '../data';
|
import { companyInfo } from '../data';
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -110,9 +109,5 @@ import { companyInfo } from '../data';
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Floating decoration -->
|
|
||||||
<div class="absolute bottom-20 left-10 text-dream-purple opacity-20 animate-float">
|
|
||||||
<StarFilled size={48} />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
---
|
---
|
||||||
import Layout from '../layouts/Layout.astro';
|
import Layout from '../layouts/Layout.astro';
|
||||||
import { Icon } from 'astro-icon/components';
|
import { Icon } from 'astro-icon/components';
|
||||||
import StarFilled from '../components/icons/StarFilled.astro';
|
|
||||||
import { companyInfo } from '../data';
|
import { companyInfo } from '../data';
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -90,9 +89,6 @@ import { companyInfo } from '../data';
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="absolute bottom-10 right-10 text-star opacity-20 animate-float">
|
|
||||||
<StarFilled size={48} />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue