fix: removing copy link from game details skeleton

This commit is contained in:
Chubby Granny Chaser 2024-05-14 17:52:08 +01:00
parent 05cc2a1206
commit 016c511cec

View File

@ -6,7 +6,6 @@ import * as styles from "./game-details.css";
import * as sidebarStyles from "./sidebar/sidebar.css"; import * as sidebarStyles from "./sidebar/sidebar.css";
import { useTranslation } from "react-i18next"; import { useTranslation } from "react-i18next";
import { ShareAndroidIcon } from "@primer/octicons-react";
export function GameDetailsSkeleton() { export function GameDetailsSkeleton() {
const { t } = useTranslation("game_details"); const { t } = useTranslation("game_details");
@ -29,10 +28,6 @@ export function GameDetailsSkeleton() {
<Skeleton width={145} /> <Skeleton width={145} />
<Skeleton width={150} /> <Skeleton width={150} />
</section> </section>
<Button theme="outline" disabled>
<ShareAndroidIcon />
{t("copy_link_to_clipboard")}
</Button>
</div> </div>
<div className={styles.descriptionSkeleton}> <div className={styles.descriptionSkeleton}>
{Array.from({ length: 3 }).map((_, index) => ( {Array.from({ length: 3 }).map((_, index) => (