diff --git a/src/components/sections/results/SavedResultManager/SavedResultManager.jsx b/src/components/sections/results/SavedResultManager/SavedResultManager.jsx index 6b2beefb5..138880e1a 100644 --- a/src/components/sections/results/SavedResultManager/SavedResultManager.jsx +++ b/src/components/sections/results/SavedResultManager/SavedResultManager.jsx @@ -215,7 +215,7 @@ export default function SavedResultManager({ isOpen, setOpen }) { - Temporary saved builds{' '} + Current pinned builds{' '} - + diff --git a/src/components/sections/results/table/ResultTable.jsx b/src/components/sections/results/table/ResultTable.jsx index c3eda6341..5749375aa 100644 --- a/src/components/sections/results/table/ResultTable.jsx +++ b/src/components/sections/results/table/ResultTable.jsx @@ -1,5 +1,4 @@ -import { HelperIcon } from '@discretize/react-discretize-components'; -import ManageAccountsIcon from '@mui/icons-material/ManageAccounts'; +import SaveAsIcon from '@mui/icons-material/SaveAs'; import { Box, IconButton, Typography } from '@mui/material'; import Table from '@mui/material/Table'; import TableBody from '@mui/material/TableBody'; @@ -7,7 +6,7 @@ import TableContainer from '@mui/material/TableContainer'; import TableHead from '@mui/material/TableHead'; import classNames from 'classnames'; import React from 'react'; -import { Trans, useTranslation } from 'react-i18next'; +import { Trans } from 'react-i18next'; import { useSelector } from 'react-redux'; import { makeStyles } from 'tss-react/mui'; import { @@ -79,7 +78,6 @@ const emptyArray = []; const StickyHeadTable = () => { const { classes } = useStyles(); - const { t } = useTranslation(); const [managerOpen, setManagerOpen] = React.useState(false); @@ -220,15 +218,11 @@ const StickyHeadTable = () => { - Saved Results{' '} - + Pinned Results{' '} setManagerOpen(true)}> - + diff --git a/src/components/sections/results/table/ResultTableHeaderRow.jsx b/src/components/sections/results/table/ResultTableHeaderRow.jsx index e99044a5b..99afb2fe9 100644 --- a/src/components/sections/results/table/ResultTableHeaderRow.jsx +++ b/src/components/sections/results/table/ResultTableHeaderRow.jsx @@ -47,10 +47,7 @@ const ResultTableHeaderRow = ({ return ( - + {t('priorityGoal', { diff --git a/src/components/sections/results/table/ResultTableRow.jsx b/src/components/sections/results/table/ResultTableRow.jsx index f3f9ab84e..495ddaa0c 100644 --- a/src/components/sections/results/table/ResultTableRow.jsx +++ b/src/components/sections/results/table/ResultTableRow.jsx @@ -1,6 +1,6 @@ import { Item, Profession } from '@discretize/gw2-ui-new'; import CloseIcon from '@mui/icons-material/Close'; -import StarRoundedIcon from '@mui/icons-material/StarRounded'; +import PushPinIcon from '@mui/icons-material/PushPin'; import { Typography } from '@mui/material'; import TableCell from '@mui/material/TableCell'; import TableRow from '@mui/material/TableRow'; @@ -82,17 +82,17 @@ const ResultTableRow = ({ }} /> ) : ( -