mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
full migration to scss
This commit is contained in:
parent
138244d5aa
commit
d1750fff59
3 changed files with 2 additions and 4 deletions
|
@ -42,4 +42,4 @@ export function ComparedAchievementPanel({
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -240,8 +240,7 @@ export function DownloadGroup({
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="download-group">
|
<div className="download-group">
|
||||||
<div className="download-group__downloads-group"
|
<div className="download-group__downloads-group">
|
||||||
>
|
|
||||||
<h2>{title}</h2>
|
<h2>{title}</h2>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
|
|
||||||
import * as styles from "./description-header.css";
|
|
||||||
import { useContext } from "react";
|
import { useContext } from "react";
|
||||||
import { gameDetailsContext } from "@renderer/context";
|
import { gameDetailsContext } from "@renderer/context";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue