Skip to content

Commit

Permalink
update head
Browse files Browse the repository at this point in the history
  • Loading branch information
starknetdev committed Sep 26, 2023
1 parent 379e6b0 commit 6ea1735
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 0 additions & 3 deletions ui/src/app/components/adventurer/DeathDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import useLoadingStore from "../../hooks/useLoadingStore";
import { Button } from "../buttons/Button";
import useUIStore from "../../hooks/useUIStore";
import Image from "next/image";
import { useQueriesStore } from "../../hooks/useQueryStore";
import { getRankFromList, getOrdinalSuffix } from "../../lib/utils";
import { appUrl } from "@/app/lib/constants";
import { getAdventurerByXP } from "@/app/hooks/graphql/queries";
Expand All @@ -18,8 +17,6 @@ export const DeathDialog = () => {
const adventurer = useAdventurerStore((state) => state.adventurer);
const setAdventurer = useAdventurerStore((state) => state.setAdventurer);
const showDeathDialog = useUIStore((state) => state.showDeathDialog);
const { data, isLoading, refetch, setData, setIsLoading, setNotLoading } =
useQueriesStore();

const adventurersByXPdata = useCustomQuery(
"adventurersByXPQuery",
Expand Down
5 changes: 3 additions & 2 deletions ui/src/app/head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default function Head() {

<meta charSet="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="author" content="Bibliothecadao" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🪦</text></svg>"
Expand All @@ -24,7 +25,7 @@ export default function Head() {
<meta property="og:image" content="/scenes/intro/skulls.png" />

{/* Twitter Card data */}
<meta name="twitter:card" content="/scenes/intro/skulls.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Loot Survivor" />
<meta
name="twitter:description"
Expand All @@ -33,4 +34,4 @@ export default function Head() {
<meta name="twitter:image" content="/scenes/intro/skulls.png" />
</>
);
}
}

1 comment on commit 6ea1735

@vercel
Copy link

@vercel vercel bot commented on 6ea1735 Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.