Skip to content

Commit

Permalink
Center github arc background
Browse files Browse the repository at this point in the history
  • Loading branch information
johnxu16 committed Jul 26, 2023
1 parent 37a9711 commit af9d41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/usergroup/joinGithub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { tinaField } from "tinacms/dist/react";

export const JoinGithub = ({ data }) => {
return (
<div className="flex flex-col items-center justify-center gap-y-3 rounded-xl bg-gray-900 bg-arcBackground bg-right-bottom bg-no-repeat px-11 py-5 text-center font-helvetica">
<div className="flex flex-col items-center justify-center gap-y-3 rounded-xl bg-gray-900 bg-arcBackground bg-bottom bg-no-repeat px-11 py-5 text-center font-helvetica">
<Image
src={"/images/badges/Github-Badge.svg"}
alt="github image"
Expand Down

0 comments on commit af9d41e

Please sign in to comment.