Mostly Fix AllCallTimers

This commit is contained in:
thororen1234 2025-02-07 02:43:27 -05:00
parent 77fc5bfd84
commit 85598ddf9b
4 changed files with 7 additions and 34 deletions

View file

@ -64,7 +64,6 @@ export function SpecialCard({ title, subtitle, description, cardImage, backgroun
</div>
{buttonTitle && (
<>
<Forms.FormDivider className={cl("seperator")} />
<Clickable onClick={onClick} className={cl("hyperlink")}>
<Forms.FormText className={cl("hyperlink-text")}>
{buttonTitle}

View file

@ -84,7 +84,6 @@
width: 100px;
height: 100px;
border-radius: 50%;
background-color: white;
}
.vc-special-image {