styling
This commit is contained in:
parent
53af65a61e
commit
1571692b74
|
|
@ -15,7 +15,7 @@
|
|||
border: 0.1rem solid #c8c8c8;
|
||||
|
||||
&.active {
|
||||
height: 16.3rem;
|
||||
height: 14.7rem;
|
||||
opacity: 1;
|
||||
@include transition-std;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,5 +10,5 @@ export const getPosts = (setPosts: React.Dispatch<PostType[]>) => {
|
|||
.then((res) => {
|
||||
setPosts(res.data);
|
||||
})
|
||||
.catch();
|
||||
.catch((err) => {});
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue