Skip to content

Commit a4cefec

Browse files
committed
Minor fix Alert
1 parent f6ebee1 commit a4cefec

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/assets/scss/_home.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@
4343
height: 100vh;
4444
}
4545
.alert-section {
46-
margin-top: 3px;
46+
position: absolute;
47+
top: 63px;
48+
right: 0;
4749
}

src/components/Alert/Alert.thunks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as actions from './Alert.actions';
22
import { v4 as uuid } from 'uuid';
3+
import { AlertTypes } from 'src/constants/alerts';
34

45
interface PayloadAlert {
56
msg: string;

0 commit comments

Comments
 (0)