Skip to content

Commit 4558024

Browse files
InfantLabclaude
andcommitted
feat(ourmoji): moon icon in mobile footer nav
Adds the Ourmoji branch to the mobile bottom-nav icon switch, using the heroicons outline moon glyph — matches the existing footer style (monochrome, stroke="currentColor") and reflects the module's moon-phase context on the daily card. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d24982d commit 4558024

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

app/layouts/default.vue

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,22 @@ onUnmounted(() => {
337337
d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"
338338
/>
339339
</svg>
340+
<svg
341+
v-else-if="item.name === 'Ourmoji'"
342+
xmlns="http://www.w3.org/2000/svg"
343+
class="h-5 w-5"
344+
fill="none"
345+
viewBox="0 0 24 24"
346+
stroke="currentColor"
347+
aria-hidden="true"
348+
>
349+
<path
350+
stroke-linecap="round"
351+
stroke-linejoin="round"
352+
stroke-width="2"
353+
d="M21.752 15.002A9.718 9.718 0 0118 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 003 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 009.002-5.998z"
354+
/>
355+
</svg>
340356
<span class="text-[10px] font-medium truncate">{{ item.name }}</span>
341357
</NuxtLink>
342358
</div>

0 commit comments

Comments
 (0)