060672a (parent c9380b0)9/27/2022, 4:50:55 AM
feat(home): add login button
+ 5
- 3
@@ -26,3 +26,4 @@ public/islands-runtime.js.map
 data/gitfoss_repos/
 data/postgres_data/
 gitfoss_web.tar
+.docker_temp*

@@ -1,5 +1,5 @@
 {
-  "_generatedAtUnix": 1664253012527,
+  "_generatedAtUnix": 1664253653735,
   "_hashAlgorithm": "sha1",
   "_version": 2,
   "islands": {

...
@@ -60,7 +60,7 @@
   },
   "views": {
     "HomeView": {
-      "hash": "7f672a494522a3be9a582e49a60ba198704278bf",
+      "hash": "98b1f0f9fe6b3f5a61b9ca5707459a8a32de0e6c",
       "pathSource": "./app/views/HomeView.tsx"
     },
     "InternalErrorView": {

app/views/HomeView.tsx
@@ -17,7 +17,8 @@ const HomeView: ReactView<HomeViewProps> = (props) => {
     <Layout {...commonProps}>
       <PageWrapper>
         <StyledButtonsRow>
-          <ButtonAnchor href={"/auth/register"}>Create an Account</ButtonAnchor>
+          <ButtonAnchor href={"/auth/register"}>Register</ButtonAnchor>
+          <ButtonAnchor href={"/auth/login"}>Login</ButtonAnchor>
           <ButtonAnchor href={"/repo/explore"}>
             Explore Repositories
           </ButtonAnchor>