feat(ux): add an #readme anchor so its easy to link to it
+ 3
- 3
@@ -1,5 +1,5 @@
 {
-  "_generatedAtUnix": 1665548534981,
+  "_generatedAtUnix": 1665548701070,
   "_hashAlgorithm": "sha1",
   "_version": 2,
   "islands": {

...
@@ -114,7 +114,7 @@
       "pathSource": "./app/views/repository/RepositoryCreateView.tsx"
     },
     "RepositoryDetailsView": {
-      "hash": "6b230566a513b666891367b83ed16575106afb8f",
+      "hash": "6a0f194e53255248f1fbc10172af6a87f0a8d1c6",
       "pathSource": "./app/views/repository/RepositoryDetailsView.tsx"
     },
     "RepositoryExploreView": {

app/views/repository/RepositoryDetailsView.tsx
@@ -162,7 +162,7 @@ const RepositoryDetailsView: ReactView<RepositoryDetailsViewProps> = ({
             )}
             {readmeFileContent != null && (
               <div style={{ width: "100%" }}>
-                <h3>Read Me</h3>
+                <h3 id="readme">Read Me</h3>
                 <Card
                   style={{ width: "100%" }}
                   themeScheme={commonProps.themeScheme}