Skip to content

Commit

Permalink
πŸ“ docs: Updates README and profile page - v.0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Oct 6, 2024
1 parent d6ab86a commit 1141d86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="https://github.com/mpcgt/saguenay/blob/main/src/app/assets/images/logo/saguenay_white_letters.png?raw=true" alt="Logo" />
<img src="https://github.com/mpcgt/saguenay/blob/main/src/assets/images/logo/saguenay_white_letters.png?raw=true" alt="Logo" />
<br /><br />
<img src="https://github.com/mpcgt/saguenay/blob/main/src/app/assets/images/readme.png?raw=true" alt="Saguenay" />
<img src="https://github.com/mpcgt/saguenay/blob/main/src/assets/images/readme.png?raw=true" alt="Saguenay" />

# Your network, your world. 🌍
The **Saguenay social network** is a **dynamic platform** that enables users to **create and join groups** based on their **varied interests**, such as **sports**, **art**, the **environment** and **much more**. By bringing together people who share the same **passions**, the network fosters **exchange** and **interaction** within the **community**.
Expand All @@ -25,7 +25,7 @@ The **Saguenay social network** is a **dynamic platform** that enables users to

> \[!TIP]
>
> You can see the progress of the Saguenay website development [in this link](https://github.com/users/mpcgt/projects/5)
> You can see the progress of the Saguenay website development [in this link](https://github.com/users/mpcgt/projects/6)
## πŸ’» **Technologies used**
* **Front-end:** [React](https://react.dev), [TypeScript](https://www.typescriptlang.org/), [TailwindCSS](https://tailwindui.com/)
Expand Down
7 changes: 0 additions & 7 deletions src/components/pages/profile.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { useAuth0 } from "@auth0/auth0-react";

interface User {
name: string;
email: string;
picture: string;
}

const Profile = () => {
const { user, isAuthenticated, isLoading } = useAuth0();

Expand Down

0 comments on commit 1141d86

Please sign in to comment.