Skip to content

Commit 7948fd3

Browse files
Merge pull request #30 from marcelblijleven/marcelblijleven-patch-1
fix: fix issue where both light and dark images would show side by side
2 parents 2d86b99 + eb520ae commit 7948fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[![tests](https://github.com/marcelblijleven/adventofcode/actions/workflows/tests.yaml/badge.svg)](https://github.com/marcelblijleven/adventofcode)
55
[![version](https://img.shields.io/github/v/release/marcelblijleven/adventofcode.svg)](https://github.com/marcelblijleven/adventofcode/releases)
66

7-
[![advent of code](./image_dark.svg#gh-dark-mode-only)](https://github.com/marcelblijleven/adventofcode)
8-
[![advent of code](./image_light.svg#gh-light-mode-only)](https://github.com/marcelblijleven/adventofcode)
7+
![advent of code](./image_dark.svg#gh-dark-mode-only)
8+
![advent of code](./image_light.svg#gh-light-mode-only)
99

1010
Collection of my Advent of Code solutions in an overkill project setup 👻🎄.
1111

0 commit comments

Comments
 (0)