Skip to content

Commit

Permalink
Merge pull request #338 from ArslanYM/tweaks
Browse files Browse the repository at this point in the history
feat: added buy-me-a-coffee link in header
  • Loading branch information
ArslanYM authored Sep 20, 2023
2 parents 7036a97 + 5af0079 commit 353bc9e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion web/src/layouts/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import React, { useState } from 'react';
import { Link, useLocation } from 'react-router-dom';
import { VscGithubAlt, VscChromeClose } from 'react-icons/vsc';
import { AiOutlineCoffee } from 'react-icons/ai'

import logo from '../assets/hive.svg';

Expand Down Expand Up @@ -89,10 +90,20 @@ const Header = () => {
aria-label="github-link"
target="_blank"
rel="noreferrer"
className="space-x-2 flex items-center"
className="mr-3 space-x-2 flex items-center"
>
<VscGithubAlt className="p-0.5 hover:text-3xl text-2xl flex rounded-md duration-300 text-white" />
</a>
<a
href="https://www.buymeacoffee.com/arslanymalik"
aria-label="support-link"
target="_blank"
rel="noreferrer"
className="space-x-2 flex items-center"
>
<AiOutlineCoffee className="p-0.5 hover:text-3xl text-2xl flex rounded-md duration-300 text-white" />
</a>

</div>
<div
className={` ${
Expand Down

1 comment on commit 353bc9e

@vercel
Copy link

@vercel vercel bot commented on 353bc9e Sep 20, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

starter-hive – ./

starter-hive.vercel.app
starter-hive-arslanym.vercel.app
starter-hive-git-main-arslanym.vercel.app

Please sign in to comment.