Skip to content
Snippets Groups Projects
Commit ea4f014b authored by Hidayatullah Wildan Ghaly Buchary's avatar Hidayatullah Wildan Ghaly Buchary
Browse files

fix: user admin on achievement bug

parent 93cbd45a
Branches
Tags
No related merge requests found
......@@ -235,9 +235,6 @@ body {
background-color: rgb(127, 0, 25);
}
.btn-admin {
display: none;
}
.achievement-container button {
align-items: center;
......@@ -284,6 +281,11 @@ body {
box-shadow: #D6D6E7 0 3px 7px inset;
transform: translateY(2px);
}
.achievement-container .btn-admin {
display: none;
}
.filter-sort-container {
display: inline-block;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment