mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
🔧 Make dashboard spans into labels
This commit is contained in:
parent
82dd89a1aa
commit
6f0520e2fa
1 changed files with 3 additions and 3 deletions
|
@ -19,17 +19,17 @@ export default function PageDashboard({ children, className, ...props }) {
|
||||||
Create a new repository
|
Create a new repository
|
||||||
</BoxHeader>
|
</BoxHeader>
|
||||||
<BoxFull className={Style.SearchByZone} header={
|
<BoxFull className={Style.SearchByZone} header={
|
||||||
<span><Checkbox/> Search by zone</span>
|
<label><Checkbox/> Search by zone</label>
|
||||||
}>
|
}>
|
||||||
🚧 Not implemented.
|
🚧 Not implemented.
|
||||||
</BoxFull>
|
</BoxFull>
|
||||||
<BoxFull className={Style.SearchByHashtags} header={
|
<BoxFull className={Style.SearchByHashtags} header={
|
||||||
<span><Checkbox/> Search by hashtag</span>
|
<label><Checkbox/> Search by hashtag</label>
|
||||||
}>
|
}>
|
||||||
🚧 Not implemented.
|
🚧 Not implemented.
|
||||||
</BoxFull>
|
</BoxFull>
|
||||||
<BoxFull className={Style.SearchByTimePeriod} header={
|
<BoxFull className={Style.SearchByTimePeriod} header={
|
||||||
<span><Checkbox/> Search by time period</span>
|
<label><Checkbox/> Search by time period</label>
|
||||||
}>
|
}>
|
||||||
🚧 Not implemented.
|
🚧 Not implemented.
|
||||||
</BoxFull>
|
</BoxFull>
|
||||||
|
|
Loading…
Reference in a new issue