Skip to content

Commit

Permalink
fix(*): update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed May 23, 2024
1 parent e09a95f commit 5d86a14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ Push Docker Image
docker push hoseacodes/hoseacodes-blog:latest
```

## How To Deploy App

```bash
git push heroku-staging HEAD:main
```


## Unsolved Problems
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Auth/register.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Link } from "react-router-dom";
import "./auth.css";

const Register = () => {
const logo =
const Logo =
"https://d2nrcsymqn25pk.cloudfront.net/Assets/Images/newLogo.png";
const [showRole, setShowRole] = useState(false);
const [secret, setSecret] = useState("");
Expand Down

0 comments on commit 5d86a14

Please sign in to comment.