Skip to content

Commit a5fc9c4

Browse files
authored
Merge pull request #6 from devklick/dev
Navigate to github repo
2 parents 001f2ca + 9f1a94f commit a5fc9c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: src/components/AppBar/AppBar.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ function AppBar() {
1414
return (
1515
<div className={styles["app-bar"]}>
1616
<Button.Transparent>
17-
<IconBrandGithubFilled color="white" />
17+
<IconBrandGithubFilled
18+
color="white"
19+
onClick={() => open("https://github.com/devklick/alarm-clock")}
20+
/>
1821
</Button.Transparent>
1922
<Button.Transparent onClick={() => openModal("info")}>
2023
<IconInfoSquareRounded color="white" />

0 commit comments

Comments
 (0)