Skip to content

Commit

Permalink
Merge pull request #117 from Vizzuality/AF-link-help
Browse files Browse the repository at this point in the history
[FE](feat): add link help
  • Loading branch information
anamontiaga authored Apr 15, 2024
2 parents f89f1a3 + 9800685 commit c8b4c79
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
14 changes: 11 additions & 3 deletions client/src/containers/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,18 @@ export default function Sidebar() {
<p className="hidden capitalize xl:block">{name}</p>
</Link>
))}
<div className="mt-auto flex flex-col items-center space-y-2">
<HelpCircle className="text-yellow-50" size={24} strokeWidth={1} />
<a
className="mt-auto flex flex-col items-center space-y-2"
href="https://afocosec.org/contact/"
target="_blank"
>
<HelpCircle
className="rounded-full text-yellow-50 hover:bg-yellow-50 hover:text-yellow-600"
size={24}
strokeWidth={1}
/>
<p className="text-base">Help</p>
</div>
</a>
</ul>
</div>
</div>
Expand Down

0 comments on commit c8b4c79

Please sign in to comment.