mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
fix: removing copy link from game details skeleton
This commit is contained in:
parent
05cc2a1206
commit
016c511cec
@ -6,7 +6,6 @@ import * as styles from "./game-details.css";
|
||||
import * as sidebarStyles from "./sidebar/sidebar.css";
|
||||
|
||||
import { useTranslation } from "react-i18next";
|
||||
import { ShareAndroidIcon } from "@primer/octicons-react";
|
||||
|
||||
export function GameDetailsSkeleton() {
|
||||
const { t } = useTranslation("game_details");
|
||||
@ -29,10 +28,6 @@ export function GameDetailsSkeleton() {
|
||||
<Skeleton width={145} />
|
||||
<Skeleton width={150} />
|
||||
</section>
|
||||
<Button theme="outline" disabled>
|
||||
<ShareAndroidIcon />
|
||||
{t("copy_link_to_clipboard")}
|
||||
</Button>
|
||||
</div>
|
||||
<div className={styles.descriptionSkeleton}>
|
||||
{Array.from({ length: 3 }).map((_, index) => (
|
||||
|
Loading…
Reference in New Issue
Block a user