mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 15:44:31 +00:00
Add ids to main panels
This commit is contained in:
parent
cf59a3fc65
commit
576da23b68
1 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,7 @@ const Index: NextPage = () => {
|
|||
Please <em>do not</em> send me chat messages about <i>Greed</i>, <Link href={"https://github.com/Steffo99/greed/issues/new/choose"}>open an issue</Link> instead!
|
||||
</small>
|
||||
</section>
|
||||
<section className={"panel box"}>
|
||||
<section className={"panel box"} id={"panel-projects"}>
|
||||
<h3>
|
||||
My projects
|
||||
</h3>
|
||||
|
@ -95,7 +95,7 @@ const Index: NextPage = () => {
|
|||
There are more on <Link href={"https://github.com/Steffo99?tab=repositories"}>my GitHub profile</Link>!
|
||||
</small>
|
||||
</section>
|
||||
<section className={"panel box"}>
|
||||
<section className={"panel box"} id={"panel-friends"}>
|
||||
<h3>
|
||||
Friends
|
||||
</h3>
|
||||
|
|
Loading…
Reference in a new issue