Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 60ccd8c

Browse files
committed
chore: new main view link
1 parent 4d5da54 commit 60ccd8c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

renderer/pages/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export default () => {
180180
right="5px"
181181
userSelect="none"
182182
>
183-
Version: {version}
183+
Version: {version} <a href="/new_main">(VIEW NEW)</a>
184184
</Text>
185185
</BaseLayout>
186186
);

renderer/pages/new_main.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import BaseLayout from "../components/BaseLayout"
2+
3+
export default () => {
4+
5+
return (
6+
<BaseLayout>
7+
8+
New Main --
9+
10+
</BaseLayout>
11+
)
12+
}

0 commit comments

Comments
 (0)