feat(client): add product hunt announcement banner

This commit is contained in:
Amruth Pillai
2022-03-12 15:19:19 +01:00
parent d7268423df
commit b515fc36e7
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,7 @@
.container {
@apply z-10 fixed top-0 left-0 right-0;
strong {
@apply font-semibold;
}
}