Skip to content

Commit

Permalink
Merge pull request #129 from HolodexNet/dev
Browse files Browse the repository at this point in the history
Deploy to master
  • Loading branch information
P-man2976 authored Feb 17, 2024
2 parents 3149fc6 + 8a9465d commit 2787eb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/nav/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export function NavBar({ onOpen, ...rest }: MobileProps) {
<HStack>
<Avatar
size={"sm"}
src={`https://avatars.dicebear.com/api/jdenticon/${user?.id}.svg`}
src={`https://api.dicebear.com/7.x/shapes/svg?seed=${user?.id}`}
bg="transparent"
/>
<VStack
Expand Down
2 changes: 1 addition & 1 deletion src/components/settings/UserSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function UserSettings() {
<Avatar
boxSize={{ base: 24, md: 48 }}
bg="transparent"
src={`https://avatars.dicebear.com/api/jdenticon/${user?.id}.svg`}
src={`https://api.dicebear.com/7.x/shapes/svg?seed=${user?.id}`}
/>
<VStack
w={{ base: undefined, md: "full" }}
Expand Down
2 changes: 1 addition & 1 deletion src/store/org.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const DEFAULT_ORG_LIST = {
KAMITSUBAKI: -430,
"774inc": -400,
GuildCQ: -283,
ReACT: -184,
ReAcT: -184,
};

const orgModel: OrgModel = {
Expand Down

0 comments on commit 2787eb1

Please sign in to comment.