Skip to content

Commit

Permalink
Merge pull request #4 from TechInnovatorAI/new
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
TechInnovatorAI authored Sep 5, 2024
2 parents 9aa8ddf + 60dffac commit 37f338d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const iconMap = {

function SearchMessage(props: { title: string; text: string; icon: string }) {
return (
<div className="gd-py-12 gd-text-center gd-flex gd-flex-col gd-items-center gd-border-t gd-border-bgLightest">
<div className="gd-py-12 gd-text-center gd-flex gd-flex-col gd-items-center">
<div className="gd-flex gd-flex-none gd-items-center gd-transition-colors gd-duration-100 gd-justify-center gd-h-6 gd-w-6 gd-rounded-md gd-bg-bgLightest gd-text-textLight">
<Icon icon={props.icon} />
</div>
Expand Down

0 comments on commit 37f338d

Please sign in to comment.