Skip to content

Commit

Permalink
fix patriot logo in CountdownCircle
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-0 authored Sep 27, 2023
1 parent 395738f commit da719a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home/CountdownCircle.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="circle" :class="{ 'full-screen': fullScreenMode }">
<!-- Easter Egg -->
<img @click="toggled = !toggled" @mouseover="toggled = !toggled" :src="patriot" :class="'logo">
<img @click="toggled = !toggled" @mouseover="toggled = !toggled" :src="patriot" class="logo">
<div v-if="mode === 'current'" class="countdown">
{{ countdown }}
</div>
Expand Down

0 comments on commit da719a5

Please sign in to comment.