mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-22 08:04: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!
|
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>
|
</small>
|
||||||
</section>
|
</section>
|
||||||
<section className={"panel box"}>
|
<section className={"panel box"} id={"panel-projects"}>
|
||||||
<h3>
|
<h3>
|
||||||
My projects
|
My projects
|
||||||
</h3>
|
</h3>
|
||||||
|
@ -95,7 +95,7 @@ const Index: NextPage = () => {
|
||||||
There are more on <Link href={"https://github.com/Steffo99?tab=repositories"}>my GitHub profile</Link>!
|
There are more on <Link href={"https://github.com/Steffo99?tab=repositories"}>my GitHub profile</Link>!
|
||||||
</small>
|
</small>
|
||||||
</section>
|
</section>
|
||||||
<section className={"panel box"}>
|
<section className={"panel box"} id={"panel-friends"}>
|
||||||
<h3>
|
<h3>
|
||||||
Friends
|
Friends
|
||||||
</h3>
|
</h3>
|
||||||
|
|
Loading…
Reference in a new issue