Skip to content

Commit

Permalink
fix script kiddo url
Browse files Browse the repository at this point in the history
  • Loading branch information
rk234 committed May 27, 2024
1 parent c9d9158 commit ad710aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/sponsors/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default function Sponsors() {
<div className="flex flex-col gap-4">
<h1 className="font-bold text-3xl text-amber-500">Bronze</h1>
<div className="flex flex-row flex-wrap justify-start items-center gap-4">
<a href="/" target='_blank'>
<a href="https://scriptkiddo.com" target='_blank'>
<img src="/sponsors/script_kiddo.png" className='h-24 md:h-32 bg-slate-200 rounded-lg p-2' alt="Script Kiddo" />
</a>
<a href="https://artofproblemsolving.com/" target='_blank'>
Expand Down

0 comments on commit ad710aa

Please sign in to comment.