Skip to content

Commit

Permalink
Merge branch 'sponsor/simpleLogin' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushk1804 committed Jul 6, 2021
2 parents 17f3a58 + 5831214 commit cd080c9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import Image from "next/image";
const PoweredBySection = () => {
return (
<div className="w-full flex place-items-center bg-theme-card p-5">
<div className="m-auto flex place-items-center gap-2 md:gap-5">
<h3 className="text-theme-primary-600 text-lg md:text-2xl">Powered By</h3>
<div className="flex place-items-center">
<Image
<img
className="object-fit"
src="/Assets/Images/PoweredBy/SimpleLogin.svg"
alt="SimpleLogin"
Expand Down

0 comments on commit cd080c9

Please sign in to comment.