Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/pages/openSource.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"use client";
import { useLayoutEffect, useRef } from "react";
import hackScreenshot from "@/public/hackScreenshot.png";
import juryScreenshot from "@/public/juryScreenshot.png";
import juryScreenshot from "@/public/juryScreenshot2.png";
import Image from "next/image";
import Link from "next/link";
import { initOpenSourceAnimations } from "../animations/openSourceAnimations";
Expand Down Expand Up @@ -85,7 +85,7 @@ export default function OpenSource() {
>
Our{" "}
<span
className="bg-gradient-to-r from-[#FF56D6] to-[#FF9167] bg-clip-text text-transparent"
className="bg-gradient-to-r from-[#ffffff] to-[#ffe3f7] bg-clip-text text-transparent"
style={{ WebkitTextFillColor: "transparent" }}
>
open source
Expand Down Expand Up @@ -124,7 +124,7 @@ export default function OpenSource() {
>
<div
ref={addImageRef}
className="w-full h-[140px] sm:h-[160px] md:h-[200px] lg:h-[40vh] lg:w-[34vw] relative"
className="w-full h-[40vh] lg:w-[38vw] relative"
>
<Image
src={project.image}
Expand Down
Binary file modified public/juryScreenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/juryScreenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.