Skip to content

Commit 4187d56

Browse files
committed
feat: click on the version open the github changelog
1 parent 64c0d55 commit 4187d56

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/app-routes.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ const sNav = css({
2424

2525
const sVersion = css({
2626
marginLeft: "auto",
27+
textDecoration: "underline",
28+
border: "none",
29+
padding: 0,
2730
});
2831

2932
const sImportExport = css({

0 commit comments

Comments
 (0)