fix: more typos

This commit is contained in:
jdegand
2023-11-24 13:21:43 -05:00
parent dc28ae8e4d
commit bf884667d7
6 changed files with 8 additions and 9 deletions

View File

@@ -36,13 +36,13 @@ import MyIcon from './MyIcon.astro';
display: flex;
flex-direction: column;
gap: 0.7rem;
margin-bottom: 10px;
margin-bottom: 10px;
}
.button-sponsor {
background-color: red;
border-color: red;
color: write;
color: white;
}
</style>