Skip to content

Commit

Permalink
images for production
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrelam committed Jun 24, 2023
1 parent c145ded commit 1e2ba18
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .env

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<br />
<div align="center">
<a href="https://github.com/alexandrelam/blame-detective">
<img src="src/assets/detective.png" alt="Logo" width="80" height="80">
<img src="blame-detective/public/detective.png" alt="Logo" width="80" height="80">
</a>

<h3 align="center">B<i>lame</i> Detective</h3>
Expand Down Expand Up @@ -77,7 +77,7 @@

## About The Project

<img src="src/assets/cover.png" alt="cover">
<img src="blame-detective/public/cover.png" alt="cover">

Blame Detective is a highly efficient and user-friendly application designed to streamline the process of bug tracking and debugging in software development projects. By leveraging its powerful features, Blame Detective empowers developers to identify and resolve bugs quickly and effectively, saving valuable time and resources.

Expand Down
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<html lang="en" data-theme="bumblebee">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/src/assets/detective.png" />
<link
rel="icon"
type="image/png"
href="blame-detective/public/detective.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blame Detective</title>
</head>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/components/BobLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export function BobLoader() {
return (
<div className="flex flex-col items-center mt-24">
<img
src="/src/assets/sponge-bob-looking.gif"
src="blame-detective/public/sponge-bob-looking.gif"
alt="loading gif"
className="m-auto"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/components/navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function NavBar({ tab, setTab }: Props) {
onClick={() => setTab("search")}
>
<img
src="/src/assets/detective.png"
src="blame-detective/public/detective.png"
alt="moving detective microsft emoji"
className="w-12 h-12"
/>
Expand Down

0 comments on commit 1e2ba18

Please sign in to comment.