Skip to content

Commit 58881e4

Browse files
committed
rename pages
1 parent 7815fcd commit 58881e4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
9-
<link rel="preconnect" href="https://hackertab.dev" />
9+
<link rel="preconnect" href="https://hackertab.dev" />
1010
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1111
<script>
1212
// Blocking script to avoid the initial background flickering (switching from light to dark)

src/Constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const APP = {
2929
contactEmail: 'hello@hackertab.dev',
3030
maxCardsPerRow: 4,
3131
supportLink: 'https://github.com/medyo/hackertab.dev/issues',
32-
privacyPolicyLink: 'https://www.hackertab.dev/extension-privacy',
33-
termsAndConditionsLink: 'https://www.hackertab.dev/extension-terms-and-conditions',
32+
privacyPolicyLink: 'https://www.hackertab.dev/privacy-policy',
33+
termsAndConditionsLink: 'https://www.hackertab.dev/terms-and-conditions',
3434
dataSourcesLink: 'https://www.hackertab.dev/data-sources',
3535
changeLogLink: 'https://api.github.com/repos/medyo/hackertab.dev/releases',
3636
}

0 commit comments

Comments
 (0)