mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-14 20:22:10 +00:00
fix: removing copy link from game details skeleton
This commit is contained in:
parent
05cc2a1206
commit
016c511cec
1 changed files with 0 additions and 5 deletions
|
@ -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 a new issue