We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ebee1 commit a4cefecCopy full SHA for a4cefec
src/assets/scss/_home.scss
@@ -43,5 +43,7 @@
43
height: 100vh;
44
}
45
.alert-section {
46
- margin-top: 3px;
+ position: absolute;
47
+ top: 63px;
48
+ right: 0;
49
src/components/Alert/Alert.thunks.ts
@@ -1,5 +1,6 @@
1
import * as actions from './Alert.actions';
2
import { v4 as uuid } from 'uuid';
3
+import { AlertTypes } from 'src/constants/alerts';
4
5
interface PayloadAlert {
6
msg: string;
0 commit comments