mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 00:07:55 +00:00
feat: footer
This commit is contained in:
parent
8df7979dd2
commit
91d9fd1a75
6 changed files with 29 additions and 6 deletions
|
|
@ -101,7 +101,7 @@
|
|||
</CardBody>
|
||||
</Card>
|
||||
{#if isLoggedIn}
|
||||
<Card>
|
||||
<Card class="mb-4">
|
||||
<CardBody>
|
||||
Some cool stuff will go here.
|
||||
</CardBody>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
<Container>
|
||||
<Row>
|
||||
<Col class="mx-auto" xs={12} lg={10}>
|
||||
<Card>
|
||||
<Card class="mb-4">
|
||||
<CardHeader>
|
||||
<CardTitle style="margin-top: 8px; outline: none;">
|
||||
<div class="icon d-inline-block">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue