Skip to content

Commit

Permalink
domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar Ibrahim committed Feb 17, 2022
1 parent 10b6ab5 commit 02e3cfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ const Sidebar = () => {
<PersonalLogo />
<div className='sidebar-list'>
<ul>
<SidebarItem img="\home.png" href="http://www.omaribrahim.tech" sub="Go Home"/>
<SidebarItem img="\lg.png" href="http://wordle.omaribrahim.tech" sub="Wordle" active={true}/>
<SidebarItem img="http://mazebuilder.omaribrahim.tech/block.png"href="http://mazebuilder.omaribrahim.tech" sub="Maze Builder"/>
<SidebarItem img="\ayat.png" href="http://ayat.omaribrahim.tech" sub="Ayat Search"/>
<SidebarItem img="\home.png" href="http://www.omar-ibrahim.com" sub="Go Home"/>
<SidebarItem img="\lg.png" href="http://wordle.omar-ibrahim.com" sub="Wordle" active={true}/>
<SidebarItem img="http://mazebuilder.omar-ibrahim.com/block.png"href="http://mazebuilder.omar-ibrahim.com" sub="Maze Builder"/>
<SidebarItem img="\ayat.png" href="http://ayat.omar-ibrahim.com" sub="Ayat Search"/>
</ul>
</div>
<div className='sidebar-footer'>
Expand Down

1 comment on commit 02e3cfb

@vercel
Copy link

@vercel vercel bot commented on 02e3cfb Jan 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.