fix: hopefully this works

This commit is contained in:
Saahil 2025-01-01 15:56:51 -05:00 committed by GitHub
parent fbb04785b7
commit 1c7742d1ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
<meta name="description" content="Gallery of the rice's " />
<meta property="og:description" content="Gallery of the rice's" />
<meta name="twitter:description" content="Gallery of the rice's" />
<link rel="stylesheet" href="./carousel.css">
<link rel="stylesheet" href="./gallery/carousel.css">
<style>
.row {
display: flex;
@ -47,8 +47,8 @@
</header>
<div id="gallery"></div>
</body>
<script src="./carousel.js"></script>
<script src="./icon.js"></script>
<script src="./gallery/carousel.js"></script>
<script src="./gallery/icon.js"></script>
<script>
function groupArray(arr, size = 3) {
const groups = []