Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie-XIAO committed Feb 13, 2025
1 parent d0c313c commit 4551263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/manager/components/About/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const AboutTab = memo(() => {
<Table.Root
size="1"
css={{
"--table-cell-padding": "var(--space-1)",
"--table-cell-padding": "var(--space-1) 0",
"--table-cell-min-height": 0,
"& tr": { "--table-row-box-shadow": "none" },
"& th": { color: "var(--gray-11)", width: "100px" },
Expand All @@ -55,7 +55,7 @@ const AboutTab = memo(() => {
</ExternalCopyLink>
</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Row align="center">
<Table.RowHeaderCell>Homepage</Table.RowHeaderCell>
<Table.Cell>
<ExternalCopyLink href="https://csci-shu-410-se-project.github.io/Deskulpt">
Expand Down

0 comments on commit 4551263

Please sign in to comment.