mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-14 03:00:29 +03:00
update folds to v2.2.0
This commit is contained in:
parent
a23279e633
commit
a04bda151f
5 changed files with 15 additions and 18 deletions
|
|
@ -209,7 +209,7 @@ export function Explore() {
|
|||
<Box as="span" grow="Yes" alignItems="Center" gap="200">
|
||||
<Avatar size="200" radii="400">
|
||||
<Icon
|
||||
src={Icons.Category}
|
||||
src={Icons.Server}
|
||||
size="100"
|
||||
filled={selectedServer === userServer}
|
||||
/>
|
||||
|
|
@ -243,11 +243,7 @@ export function Explore() {
|
|||
<NavItemContent>
|
||||
<Box as="span" grow="Yes" alignItems="Center" gap="200">
|
||||
<Avatar size="200" radii="400">
|
||||
<Icon
|
||||
src={Icons.Category}
|
||||
size="100"
|
||||
filled={server === selectedServer}
|
||||
/>
|
||||
<Icon src={Icons.Server} size="100" filled={server === selectedServer} />
|
||||
</Avatar>
|
||||
<Box as="span" grow="Yes">
|
||||
<Text as="span" size="Inherit" truncate>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue