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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<!-- PROJECT LOGO -->
<br />
<div id="readme-top" align="center">
<a href="https://leetcomp-frontend.vercel.app/">
<img src="images/logo.png" alt="LeeComp Logo" width="80" height="80">
<a href="https://leetcomp.app/">
<img src="images/logo.png" alt="LeetComp Logo" width="80" height="80">
</a>

<h1 align="center" style="font-family: Arial, sans-serif;">LeeComp</h1>
<h1 align="center" style="font-family: Arial, sans-serif;">LeetComp</h1>

<p align="center">
<i>Where Lee's meet to compete</i>
<br />
<a href="https://leetcomp-frontend.vercel.app/"><strong>View Live Demo »</strong></a>
<a href="https://leetcomp.app/"><strong>View Live Demo »</strong></a>
<br />
<br />
<a href="https://github.com/ThengaCoders/leetcomp-frontend/issues/new?labels=bug">Report Bug</a>
Expand All @@ -36,7 +36,7 @@
## About The Project


LeeComp is a platform where programmers can **compete together on LeetCode inside private challenge rooms**.
LeetComp is a platform where programmers can **compete together on LeetCode inside private challenge rooms**.
Instead of solving problems alone, users can **create or join paid competition rooms** and compete for a **prize pool**.

**How it works:**
Expand Down
Binary file modified images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>leetcomp-frontend</title>
<title>LeetComp</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=JetBrains+Mono:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Header() {
<span className={styles.logoSymbol}>
<i className="fa-solid fa-code"></i>
</span>
<span className={styles.logoText}>LeeComp</span>
<span className={styles.logoText}>LeetComp</span>
</NavLink>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Home = () => {
<h1
className={styles['brand-title']}
ref={hackerTextRef}
data-value="LeeComp"
data-value="LeetComp"
>
{/* Text is empty initially, filled by JS */}
</h1>
Expand Down