Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Damer committed Nov 3, 2023
1 parent e7ae31c commit 54ca6a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@
/>

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

<title>Big Whale Labs</title>
<meta
name="description"
content="We build the future while everybody else lives in the past"
/>
<script type="module" crossorigin src="/assets/index.ef4058d0.js"></script>
<script type="module" crossorigin src="/assets/index.d216448b.js"></script>
<link rel="stylesheet" href="/assets/index.bda78c96.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
/>

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

<title>Big Whale Labs</title>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/MainPage/BigWhaleLabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function () {
<img
alt="big-whale-labs"
className={imageStyles}
src="/img/bigWhaleLabs.webp"
src="/img/big-whale-labs.webp"
/>

<video
Expand Down

0 comments on commit 54ca6a7

Please sign in to comment.