Changed website style
This commit is contained in:
@@ -7,11 +7,9 @@ type AppCardProps = {
|
||||
|
||||
export default function AppCard(props: AppCardProps) {
|
||||
return (
|
||||
<div className="app-card">
|
||||
<a href={`/${props.href}`} f-client-nav={false}>
|
||||
<span className="material-symbols-outlined">{props.app.icon}</span>
|
||||
<p>{props.app.name}</p>
|
||||
</a>
|
||||
</div>
|
||||
<a class="app-card" href={`/${props.href}`} f-client-nav={false}>
|
||||
<span class="material-symbols-outlined">{props.app.icon}</span>
|
||||
<p>{props.app.name}</p>
|
||||
</a>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user