refactor(repository): align treeview first row flex-start
+ 3
- 3
@@ -1,5 +1,5 @@
 {
-  "_generatedAtUnix": 1663840769190,
+  "_generatedAtUnix": 1663840840477,
   "_hashAlgorithm": "sha1",
   "_version": 2,
   "islands": {

...
@@ -34,7 +34,7 @@
       "pathSourceMap": "./public/.islands/RepositoryInitialSetup.bundle.js.map"
     },
     "RepositoryTreeView": {
-      "hash": "7cf5ad2688c5489809ceb50006d604b1f423cfaa",
+      "hash": "a1c06f6183e3dd7ecbfed20ec55bf59f78afc27a",
       "pathSource": "./app/islands/RepositoryTreeView.tsx",
       "pathBundle": "./public/.islands/RepositoryTreeView.bundle.js",
       "pathSourceMap": "./public/.islands/RepositoryTreeView.bundle.js.map"

app/islands/RepositoryTreeView.tsx
@@ -57,7 +57,7 @@ const RepositoryTreeView: ReactIsland<RepositoryTreeViewProps> = ({
   return (
     <StyledRepositoryTreeViewContainer>
       <Grid.Col fluid>
-        <Grid.Row gap={8} alignItems={"center"}>
+        <Grid.Row gap={8} alignItems={"flex-start"}>
           <strong>{lastCommit.author.name}</strong>
           {" ∙ "}
           <span style={{ flex: 1 }}>