Skip to content

Commit

Permalink
🎨 update hidden binary secret-code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Graf committed Feb 14, 2024
1 parent c77ac54 commit a78051e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const version = '20240214';
const version = '20240214-';
const staticCacheName = version + 'static';
const pagesCacheName = 'pages';
const imagesCacheName = 'images';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/billetterie-et-inscriptions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ import Layout from 'layouts/Layout.astro';
fadeIn
/>
<p aria-hidden class="absolute right-3 bottom-2.5 text-code z-20">
01000111 01010010 01000001 01001110 01000100
01101101 01100001 01101001 01101100
</p>
</div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion src/pages/sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,11 @@ const sponsors = [
{
Object.values(sponsors).map(({ logoPath, url }) => (
<li>
<a href={url} target="_blank" class="block aspect-1 p-5 md:p-10">
<a
href={url}
target="_blank"
class="block aspect-1 p-5 md:p-10 cursor-pointer"
>
<Image
src={sponsorsSvgs[`../assets/svgs/sponsors/${logoPath}`]()}
alt=""
Expand Down

0 comments on commit a78051e

Please sign in to comment.