Skip to content

Commit

Permalink
remove target blank
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon committed Sep 3, 2024
1 parent bd09c35 commit 5fb0691
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 11 deletions.
1 change: 0 additions & 1 deletion apps/app/components/BasePool/DelegateCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const DelegateCard: FC<{
lineHeight={1.3}
variant="num3"
href={getPoolPath(chain, basePool.kind, basePool.id)}
target="_blank"
rel="noopener"
sx={{
textDecorationColor: alpha(theme.palette.text.primary, 0.4),
Expand Down
1 change: 0 additions & 1 deletion apps/app/components/BasePool/FarmCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ const FarmCard: FC<{
color="inherit"
variant="num2"
href={getPoolPath(chain, basePool.kind, basePool.id)}
target="_blank"
rel="noopener"
sx={{
textDecorationColor: alpha(theme.palette.text.primary, 0.4),
Expand Down
1 change: 0 additions & 1 deletion apps/app/components/Delegation/HorizonCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const HorizonCard: FC<{
color="inherit"
variant="num3"
href={getPoolPath(chain, basePool.kind, basePool.id)}
target="_blank"
rel="noopener"
sx={{
textDecorationColor: alpha(theme.palette.text.primary, 0.4),
Expand Down
1 change: 0 additions & 1 deletion apps/app/components/Delegation/NftCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ const NftCard: FC<{
color="inherit"
variant="num3"
href={getPoolPath(chain, basePool.kind, basePool.id)}
target="_blank"
rel="noopener"
sx={{
textDecorationColor: alpha(theme.palette.text.primary, 0.4),
Expand Down
2 changes: 1 addition & 1 deletion apps/app/components/TopBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const TopBar: FC = () => {
</IconButton>
<IconButton
size="small"
href="https://twitter.com/PhalaNetwork"
href="https://x.com/PhalaNetwork"
target="_blank"
>
<FontAwesomeIcon
Expand Down
10 changes: 5 additions & 5 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@polkadot/react-identicon": "^3.9.1",
"@polkadot/types": "^12.4.2",
"@polkadot/util": "^13.0.2",
"@sentry/nextjs": "^8.27.0",
"@sentry/nextjs": "^8.28.0",
"@talismn/connect-wallets": "^1.2.5",
"@tanstack/react-query": "^5.53.1",
"@tanstack/react-query-devtools": "^5.53.1",
"@tanstack/react-query": "^5.53.3",
"@tanstack/react-query-devtools": "^5.54.0",
"ajv": "^8.17.1",
"date-fns": "^3.6.0",
"decimal.js": "^10.4.3",
Expand All @@ -51,7 +51,7 @@
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.0",
"react-markdown": "^9.0.1",
"react-snap-carousel": "^0.4.0",
"react-snap-carousel": "^0.4.1",
"recharts": "2.13.0-alpha.4",
"sharp": "^0.33.5",
"swr": "^2.2.5"
Expand All @@ -60,7 +60,7 @@
"@next/bundle-analyzer": "^14.2.7",
"@svgr/webpack": "^8.1.0",
"@swc-jotai/debug-label": "^0.1.1",
"@swc-jotai/react-refresh": "^0.1.1",
"@swc-jotai/react-refresh": "^0.2.0",
"@types/sharp": "^0.32.0"
}
}
2 changes: 1 addition & 1 deletion apps/subbridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"@next/bundle-analyzer": "^14.2.7",
"@svgr/webpack": "^8.1.0",
"@swc-jotai/debug-label": "^0.1.1",
"@swc-jotai/react-refresh": "^0.1.1"
"@swc-jotai/react-refresh": "^0.2.0"
}
}
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 5fb0691

Please sign in to comment.