mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +03:00
full migration to scss
This commit is contained in:
parent
138244d5aa
commit
d1750fff59
@ -42,4 +42,4 @@ export function ComparedAchievementPanel({
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
@ -240,8 +240,7 @@ export function DownloadGroup({
|
||||
|
||||
return (
|
||||
<div className="download-group">
|
||||
<div className="download-group__downloads-group"
|
||||
>
|
||||
<div className="download-group__downloads-group">
|
||||
<h2>{title}</h2>
|
||||
|
||||
<div
|
||||
|
@ -1,6 +1,5 @@
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
import * as styles from "./description-header.css";
|
||||
import { useContext } from "react";
|
||||
import { gameDetailsContext } from "@renderer/context";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user