mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-08 23:07:54 +00:00
Add settings
This commit is contained in:
parent
5cb90ba2c3
commit
56c7c219a9
8 changed files with 116 additions and 22 deletions
15
src/Components/Profile.js
Normal file
15
src/Components/Profile.js
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import * as BS from 'react-bootstrap';
|
||||
import { FaStar } from "react-icons/fa";
|
||||
|
||||
export default function Profile () {
|
||||
return (
|
||||
<BS.Card>
|
||||
<BS.Card.Header>
|
||||
<BS.Card.Title><FaStar className="mr-3" />Profile</BS.Card.Title>
|
||||
</BS.Card.Header>
|
||||
<BS.Card.Body>
|
||||
WIP. Public profiles coming soon here!
|
||||
</BS.Card.Body>
|
||||
</BS.Card>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue