Skip to content

Commit ed35677

Browse files
committed
CSGO -> CS
1 parent 05bb8d3 commit ed35677

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/pages/options/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const App = () => {
5757
header={
5858
<Header height={60} p="xs">
5959
<Group pl="md">
60-
<Image width={160} src="https://csgofloat.com/assets/full_logo.png" alt="CSGOFloat Logo" />
60+
<Image width={160} src="https://csfloat.com/assets/full_logo.png" alt="CSFloat Logo" />
6161
<Title order={2}>Market Checker</Title>
6262
</Group>
6363
</Header>

src/pages/options/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<meta name="description" content="CSGOFloat Options" />
7-
<title>CSGOFloat Options</title>
6+
<meta name="description" content="CSFloat Options" />
7+
<title>CSFloat Options</title>
88
</head>
99
<body>
1010
<noscript>You need to enable JavaScript to run this app.</noscript>

src/pages/options/settings/MarketSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const MarketSettings = () => {
1515
<Card>
1616
<Flex direction="column">
1717
<Title order={4}>Market Settings</Title>
18-
<Text fz="xs">Configure CSGOFloat Market Checker features in the market page and its listings.</Text>
18+
<Text fz="xs">Configure CSFloat Market Checker features in the market page and its listings.</Text>
1919
</Flex>
2020

2121
<Space h="sm" />

0 commit comments

Comments
 (0)