File tree Expand file tree Collapse file tree 6 files changed +56
-1
lines changed
Expand file tree Collapse file tree 6 files changed +56
-1
lines changed Original file line number Diff line number Diff line change 1+ <template >
2+ <div >
3+ <ColorSchemeImg
4+ width =" 400"
5+ class =" mb-8 motion-safe:animate-fade-in motion-safe:animate-scale-in w-80 sm:w-100"
6+ dark-src =" /extra/npmx-dark-artemis.svg"
7+ light-src =" /extra/npmx-light-artemis.svg"
8+ />
9+ <ColorSchemeImg
10+ width =" 1440"
11+ height =" 455"
12+ class =" absolute bottom-0 inset-is-0 w-full h-auto mix-blend-lighten light:mix-blend-darken motion-safe:animate-fade-in"
13+ dark-src =" /extra/moon-dark.png"
14+ light-src =" /extra/moon-light.png"
15+ />
16+ </div >
17+ </template >
Original file line number Diff line number Diff line change 11import NoodleKawaiiLogo from './Kawaii/Logo.vue'
2+ import NoodleArtemisLogo from './Artemis/Logo.vue'
23import NoodleTkawaiiLogo from './Tkawaii/Logo.vue'
34
45export type Noodle = {
@@ -35,4 +36,12 @@ export const PERMANENT_NOODLES: Noodle[] = [
3536]
3637
3738// Active noodles - shown based on date and timezone
38- export const ACTIVE_NOODLES : Noodle [ ] = [ ]
39+ export const ACTIVE_NOODLES : Noodle [ ] = [
40+ {
41+ key : 'artemis' ,
42+ logo : NoodleArtemisLogo ,
43+ date : '2026-04-08T12:00:00UTC' ,
44+ timezone : 'America/Los_Angeles' ,
45+ tagline : true ,
46+ } ,
47+ ]
You can’t perform that action at this time.
0 commit comments