🎨 style(MainPage): rename download and upload buttons to use the word Collection instead of Database
The download and upload buttons were renamed to use the word Collection instead of Database to improve the semantics of the application.
This commit is contained in:
parent
5ba6084f08
commit
5a91643619
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ export default function HomePage() {
|
|||
}}
|
||||
>
|
||||
<Download className="w-4 mr-2" />
|
||||
Download Database
|
||||
Download Collection
|
||||
</Button>
|
||||
<Button
|
||||
variant="primary"
|
||||
|
|
@ -35,7 +35,7 @@ export default function HomePage() {
|
|||
}}
|
||||
>
|
||||
<Upload className="w-4 mr-2" />
|
||||
Upload Database
|
||||
Upload Collection
|
||||
</Button>
|
||||
<Button
|
||||
variant="primary"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue