Skip to content

Commit

Permalink
Fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanske committed Jun 12, 2024
1 parent 5f3abb0 commit de5fba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Countdown = ul().setup((ctx) => {
const Sidebar = div().setup((ctx) => {
ctx.class('sidebar')
ctx.nest([
img().attr('src', '/logo.svg'),
img().attr('src', 'https://mavulp.github.io/countdown/logo.svg'),
h2([
span('Hivecom'),
strong('Countdown'),
Expand Down

0 comments on commit de5fba4

Please sign in to comment.