Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asiia-trilitech committed Mar 11, 2024
1 parent 5a09c53 commit 0083dd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/assets/icons/Reload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ export const ReloadIcon: React.FC<IconProps> = props => (
<Icon
width="24px"
height="24px"
fill="none"
fill={colors.blue}
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
d="M16.1791 5.82018C15.5007 5.13713 14.6938 4.59511 13.8049 4.22539C12.916 3.85568 11.9627 3.66556 10.9999 3.66602C6.94828 3.66602 3.67578 6.94768 3.67578 10.9993C3.67578 15.051 6.94828 18.3327 10.9999 18.3327C14.4191 18.3327 17.2699 15.9952 18.0858 12.8327H16.1791C15.8015 13.9047 15.1005 14.8332 14.1728 15.4899C13.2452 16.1467 12.1366 16.4994 10.9999 16.4993C7.96578 16.4993 5.49995 14.0335 5.49995 10.9993C5.49995 7.96518 7.96578 5.49935 10.9999 5.49935C12.5216 5.49935 13.8783 6.13185 14.8683 7.13102L11.9166 10.0827H18.3333V3.66602L16.1791 5.82018Z"
fill={colors.blue}
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="0.5"
Expand Down
7 changes: 3 additions & 4 deletions src/components/ErrorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ export const ErrorPage: React.FC = () => {
return (
<Center height="100vh" padding="60px" backgroundImage={BackgroundImage} backgroundSize="cover">
<Box
width="100%"
maxWidth="460px"
height="100%"
maxHeight="480px"
width="480px"
padding="40px"
background={colors.gray[900]}
border="1px"
Expand All @@ -47,6 +44,8 @@ export const ErrorPage: React.FC = () => {

<Button width="100%" size="lg" variant="tertiary">
<Link
width="100%"
_hover={{ textDecoration: "none" }}
href={`mailto:[email protected]?subject=Umami V2 feedback&body=${feedbackEmailBodyTemplate}`}
rel="noopener noreferrer"
target="_blank"
Expand Down

0 comments on commit 0083dd9

Please sign in to comment.