File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
Container ,
6
6
Box ,
7
7
IconButton ,
8
- Skeleton ,
8
+ SkeletonText ,
9
9
Spacer ,
10
10
Button ,
11
11
Avatar ,
@@ -31,13 +31,13 @@ const Header: React.FC = () => {
31
31
< Box >
32
32
< Link href = "/" passHref >
33
33
< a >
34
- < Skeleton isLoaded = { ! loading } >
34
+ < SkeletonText noOfLines = { 1 } isLoaded = { ! loading } >
35
35
< Image
36
36
src = "/assets/snipp-it.png"
37
37
alt = "Snipp-it"
38
38
maxW = "45%"
39
39
/>
40
- </ Skeleton >
40
+ </ SkeletonText >
41
41
</ a >
42
42
</ Link >
43
43
</ Box >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
14
14
HStack ,
15
15
Spacer
16
16
} from '@chakra-ui/react' ;
17
- import { ChatIcon , DownloadIcon , AttachmentIcon } from '@chakra-ui/icons' ;
17
+ import { ChatIcon , AttachmentIcon } from '@chakra-ui/icons' ;
18
18
19
19
export type PostProps = {
20
20
id : number ;
@@ -58,10 +58,10 @@ const Post: React.FC<{ post: PostProps }> = ({ post }) => {
58
58
</ Box >
59
59
< Box >
60
60
< Image
61
- src = "/assets/carbon .png"
61
+ src = "/assets/example .png"
62
62
alt = "code"
63
- width = { 1750 }
64
- height = { 768 }
63
+ width = { 1498 }
64
+ height = { 985 }
65
65
layout = "responsive"
66
66
/>
67
67
</ Box >
You can’t perform that action at this time.
0 commit comments