Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb2247da

Browse files
committed
Swap eatch by globe icon
1 parent685edcd commitb2247da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎site/src/modules/resources/AppLink/ShareIcon.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Tooltip from "@mui/material/Tooltip";
22
importtype*asTypesGenfrom"api/typesGenerated";
33
import{
44
Building2Icon,
5-
EarthIcon,
5+
GlobeIcon,
66
SquareArrowOutUpRightIcon,
77
UsersIcon,
88
}from"lucide-react";
@@ -36,7 +36,7 @@ export const ShareIcon = ({ app }: ShareIconProps) => {
3636
if(app.sharing_level==="public"){
3737
return(
3838
<Tooltiptitle="Shared publicly">
39-
<EarthIcon/>
39+
<GlobeIcon/>
4040
</Tooltip>
4141
);
4242
}

‎site/src/pages/HealthPage/WorkspaceProxyPage.tsx‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useTheme } from "@emotion/react";
22
importTooltipfrom"@mui/material/Tooltip";
33
importtype{HealthcheckReport}from"api/typesGenerated";
44
import{Alert}from"components/Alert/Alert";
5-
import{EarthIcon,HashIcon}from"lucide-react";
5+
import{GlobeIcon,HashIcon}from"lucide-react";
66
importtype{FC}from"react";
77
import{useOutletContext}from"react-router";
88
import{createDayString}from"utils/createDayString";
@@ -107,7 +107,7 @@ const WorkspaceProxyPage: FC = () => {
107107
<divcss={{display:"flex",flexWrap:"wrap",gap:12}}>
108108
{region.wildcard_hostname&&(
109109
<Tooltiptitle="Wildcard Hostname">
110-
<Pillicon={<EarthIcon/>}>
110+
<Pillicon={<GlobeIcon/>}>
111111
{region.wildcard_hostname}
112112
</Pill>
113113
</Tooltip>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp