Skip to content

Commit

Permalink
fix: gap
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinghigh committed May 3, 2024
1 parent 9b1dac4 commit 5965018
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/coverage

# production
/build
/dist

# misc
.DS_Store
Expand Down
51 changes: 0 additions & 51 deletions dist/assets/index-e2945483.js

This file was deleted.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/>
<link rel="manifest" href="manifest.json" />
<title>Tibrella</title>
<script type="module" crossorigin src="/assets/index-e2945483.js"></script>
<script type="module" crossorigin src="/assets/index-6bd6afe6.js"></script>
<link rel="stylesheet" href="/assets/index-c23c101c.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function Intro() {
function UpPart() {
return (
<>
<Grid.Container wrap="wrap" gap="5">
<Grid.Container gap="4">
<Grid>
<card>
<MyAvatar />
Expand Down

0 comments on commit 5965018

Please sign in to comment.