Skip to content

Commit 54ca6a7

Browse files
committed
update
1 parent e7ae31c commit 54ca6a7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@
7474
/>
7575

7676
<!-- Big images -->
77-
<link rel="preload" as="image" href="/img/bigWhaleLabs.webp" />
77+
<link rel="preload" as="image" href="/img/big-whale-labs.webp" />
7878
<link rel="preload" as="video" href="/img/ketlTeam.mp4" />
7979

8080
<title>Big Whale Labs</title>
8181
<meta
8282
name="description"
8383
content="We build the future while everybody else lives in the past"
8484
/>
85-
<script type="module" crossorigin src="/assets/index.ef4058d0.js"></script>
85+
<script type="module" crossorigin src="/assets/index.d216448b.js"></script>
8686
<link rel="stylesheet" href="/assets/index.bda78c96.css">
8787
</head>
8888
<body>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
/>
7575

7676
<!-- Big images -->
77-
<link rel="preload" as="image" href="/img/bigWhaleLabs.webp" />
77+
<link rel="preload" as="image" href="/img/big-whale-labs.webp" />
7878
<link rel="preload" as="video" href="/img/ketlTeam.mp4" />
7979

8080
<title>Big Whale Labs</title>
File renamed without changes.

src/components/MainPage/BigWhaleLabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function () {
4949
<img
5050
alt="big-whale-labs"
5151
className={imageStyles}
52-
src="/img/bigWhaleLabs.webp"
52+
src="/img/big-whale-labs.webp"
5353
/>
5454

5555
<video

0 commit comments

Comments
 (0)