use :key to force re-render upNext component

This commit is contained in:
geoffrey45
2021-12-01 13:26:49 +03:00
parent 53b9ebdb60
commit 9a322af13f
4 changed files with 53 additions and 33 deletions
+9
View File
@@ -18,6 +18,15 @@ body {
display: flex;
align-items: center;
}
.t-center {
text-align: center;
}
.h-1:hover {
background-color: #3a39393d;
}
a {
text-decoration: none;
color: #fff;