mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-11 21:29:09 -05:00
Objective damage calc page title
This commit is contained in:
parent
1671653839
commit
3c69208ced
|
|
@ -29,6 +29,7 @@ import clsx from "clsx";
|
|||
import { Label } from "~/components/Label";
|
||||
import { Ability } from "~/components/Ability";
|
||||
import { damageTypeTranslationString } from "~/utils/i18next";
|
||||
import { useSetTitle } from "~/hooks/useSetTitle";
|
||||
|
||||
export const links: LinksFunction = () => {
|
||||
return [{ rel: "stylesheet", href: styles }];
|
||||
|
|
@ -170,7 +171,8 @@ function DamageReceiversGrid({
|
|||
ReturnType<typeof useObjectDamage>,
|
||||
"damagesToReceivers" | "subWeaponId"
|
||||
>) {
|
||||
const { t } = useTranslation(["weapons", "analyzer"]);
|
||||
const { t } = useTranslation(["weapons", "analyzer", "common"]);
|
||||
useSetTitle(t("common:pages.object-damage"));
|
||||
|
||||
return (
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
"pages.builds": "Builds",
|
||||
"pages.analyzer": "Build Analyzer",
|
||||
"pages.maps": "Map Lists",
|
||||
"pages.object-damage": "Object Damage Calculator",
|
||||
|
||||
"header.profile": "Profile",
|
||||
"header.logout": "Log out",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user