Skip to content

Commit 9737278

Browse files
committed
lint
1 parent b69d9b6 commit 9737278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default function (props: {github: string}) {
44
return (
55
<>
66
<footer class={styles.source}>
7-
This website is{'\u0020' /* Unicode space*/}
7+
This website is{"\u0020" /* Unicode space*/}
88
<a
99
class={styles.link}
1010
href={`https://github.com/SomeAspy/aspy.dev/blob/main/src/routes/${props.github}`}

0 commit comments

Comments
 (0)