Skip to content

Commit f2b019d

Browse files
merge: resolve conflict in WorkExperience.astro
2 parents 23ee8cd + 979b22d commit f2b019d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/WorkExperience.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const images = entry.data.images
5858
import { createRoot } from 'react-dom/client';
5959
import { createElement } from 'react';
6060

61-
const thumbs = document.querySelectorAll('.work-image-thumb');
61+
const thumbs = document.querySelectorAll('.work-image-thumb');
6262

6363
thumbs.forEach((thumb) => {
6464
thumb.addEventListener('click', () => {

0 commit comments

Comments
 (0)