Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…p-frontend into dev
  • Loading branch information
ismayito committed Feb 16, 2024
2 parents c603155 + 5a47e52 commit 32db710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Back-end API Project](#back-end)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
Expand Down Expand Up @@ -44,7 +43,7 @@ React, redux, node, Visual Studio Code, WSL

## 🚀 Live Demo <a name="live-demo"></a>

- [Live Demo Link]()
- [Live Demo Link](https://healthcare-app-frontend.vercel.app/)

## Kanban Board <a name="kanban-board"></a>

Expand Down Expand Up @@ -90,14 +89,6 @@ To run the project, execute the following command:
npm start
```

### Run tests <a name="run tests"></a>

To test, run:

```
npm test
```

### Back-end API Project <a name="back-end"></a>

Back-end API project [link](https://github.com/mahdinoori2000/healthcare-app-backend.git).
Expand Down Expand Up @@ -143,4 +134,4 @@ We would like to thank [Murat Korkmaz](https://www.behance.net/muratk) for the o

This project is [MIT](/LICENSE) license.

<p align="right">(<a href="#readme-top">back to top</a>)</p>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
5 changes: 0 additions & 5 deletions src/components/navbar/navbar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@
margin-bottom: 10px;
}

.nav_links > a:active {
background-color: var(--bg-button-color);
color: white;
}

.nav_links > a {
font-size: 14px;
text-decoration: none;
Expand Down

0 comments on commit 32db710

Please sign in to comment.