Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit b0bdee4

Browse files
committed
fix: use HTTPS for high notes
1 parent 1ac3d0d commit b0bdee4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timetabl-app",
3-
"version": "1.3.0-beta",
3+
"version": "1.3.1-beta",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

src/routes/Publications/Publications.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ export const Publications = () => (
66
Latest High Notes
77
</Heading>
88
<chakra.object
9-
data="http://sbhs.co/hnpdf"
9+
data="https://sbhs.co/hnpdf"
1010
type="application/pdf"
1111
width="100%"
1212
height="100%"
1313
p={8}
1414
>
15-
<Link isExternal href="http://sbhs.co/hnpdf">
15+
<Link isExternal href="https://sbhs.co/hnpdf">
1616
Find PDF here
1717
</Link>
1818
</chakra.object>

0 commit comments

Comments
 (0)