Skip to content

Commit 691fe50

Browse files
author
kirbIndustries
authored
Update index.html
1 parent b0e0f1d commit 691fe50

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

assets/gurapp/intl/donburi/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@
624624
<div id="smart-event-container" style="display: none; margin: auto 0;"></div>
625625
</div>
626626

627-
<div class="bento-item span-2x1" id="bento-weather" onclick="Gurasuraisu.openApp('/weather/index.html')">
627+
<div class="bento-item span-2x1" id="bento-weather" onclick="Gurasuraisu.openApp('https://polygol.github.io/weather/index.html')">
628628
<div class="item-card-title"><span class="material-symbols-rounded">cloud</span>Weather</div>
629629
<div style="display: flex; justify-content: space-between; align-items: center; height: 100%;">
630630
<div class="item-card-big-text" id="weather-temp"><svg width="24" height="24" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" style="color: var(--text-color);"><style>.spinner_V8m1{transform-origin:center;animation:spinner_zKoa 2s linear infinite}.spinner_V8m1 circle{stroke-linecap:round;animation:spinner_YpZS 1.5s ease-in-out infinite}@keyframes spinner_zKoa{100%{transform:rotate(360deg)}}@keyframes spinner_YpZS{0%{stroke-dasharray:0 150;stroke-dashoffset:0}47.5%{stroke-dasharray:42 150;stroke-dashoffset:-16}95%,100%{stroke-dasharray:42 150;stroke-dashoffset:-59}}</style><g class="spinner_V8m1"><circle cx="12" cy="12" r="9.5" fill="none" stroke-width="3"></circle></g></svg></div>
@@ -635,7 +635,7 @@
635635
</div>
636636
</div>
637637

638-
<div class="bento-item span-2x1" id="bento-next-event" onclick="Gurasuraisu.openApp('/fantaskical/index.html')">
638+
<div class="bento-item span-2x1" id="bento-next-event" onclick="Gurasuraisu.openApp('https://polygol.github.io/fantaskical/index.html')">
639639
<div class="item-card-title"><span class="material-symbols-rounded">event</span>Calendar</div>
640640
<div id="next-event-content" style="margin: auto 0; gap: 10px; display: flex; flex-direction: column;">
641641
<div style="font-weight: 600; font-size: 1.1rem;">No upcoming events</div>
@@ -676,21 +676,21 @@
676676

677677
<!-- Upcoming Tab -->
678678
<div class="tab-content bento-grid" id="tab-upcoming">
679-
<div class="bento-item span-2x2" id="bento-agenda" onclick="Gurasuraisu.openApp('/fantaskical/index.html')">
679+
<div class="bento-item span-2x2" id="bento-agenda" onclick="Gurasuraisu.openApp('https://polygol.github.io/fantaskical/index.html')">
680680
<div class="item-card-title"><span class="material-symbols-rounded">calendar_month</span>Agenda</div>
681681
<div id="agenda-list" style="display: flex; flex-direction: column; gap: 8px; margin-top: 10px; overflow-y: auto;">
682682
<div class="item-card-subtitle">No events today</div>
683683
</div>
684684
</div>
685685

686-
<div class="bento-item span-2x2" id="bento-tasks" onclick="Gurasuraisu.openApp('/fantaskical/index.html')">
686+
<div class="bento-item span-2x2" id="bento-tasks" onclick="Gurasuraisu.openApp('https://polygol.github.io/fantaskical/index.html')">
687687
<div class="item-card-title"><span class="material-symbols-rounded">task_alt</span>Active Tasks</div>
688688
<div id="task-list" style="display: flex; flex-direction: column; gap: 8px; margin-top: 10px; overflow-y: auto;">
689689
<div class="item-card-subtitle">All caught up!</div>
690690
</div>
691691
</div>
692692

693-
<div class="bento-item span-2x1" id="bento-alarms" onclick="Gurasuraisu.openApp('/chronos/index.html')">
693+
<div class="bento-item span-2x1" id="bento-alarms" onclick="Gurasuraisu.openApp('https://polygol.github.io/chronos/index.html')">
694694
<div class="item-card-title"><span class="material-symbols-rounded">alarm</span>Alarms</div>
695695
<div id="alarm-list" style="margin: auto 0; font-size: 1.5rem; font-weight: 600;">
696696
No alarms set

0 commit comments

Comments
 (0)