mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-27 17:27:55 +03:00
change default title
This commit is contained in:
@@ -179,8 +179,7 @@ function ServerAddForm() {
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
<Button type="submit" disabled={blockSubmit} variant="outline" size="icon"
|
||||
className="flex-shrink-0">
|
||||
<Button type="submit" disabled={blockSubmit} variant="outline" size="icon" className="flex-shrink-0">
|
||||
<Plus className="h-4 w-4"/>
|
||||
</Button>
|
||||
</form>
|
||||
@@ -195,7 +194,7 @@ function ServerListing() {
|
||||
|
||||
return (
|
||||
<main className="flex flex-col gap-5 container min-h-screen py-10">
|
||||
<AMHeader title="Servers">
|
||||
<AMHeader title="AimeNet">
|
||||
<Button variant="ghost" size={"default"} onClick={() => navigate('/cards')}>
|
||||
<WalletCards className="h-4 w-4 sm:mr-2"/>
|
||||
<span className="hidden sm:block">Manage Cards</span>
|
||||
|
||||
Reference in New Issue
Block a user