Skip to content

Commit

Permalink
Update banner.js
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Jun 20, 2022
1 parent 712b91a commit f135a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/banner/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const Banner = ({ color, title, link }) => {
return (
<div className={`banner-wrapper is-${color}`}>
<div className="banner">
<div className="title">
<div className="title container">
<a href={link} target="_blank" rel="noopener noreferrer">
{title || ""}
</a>
Expand Down

1 comment on commit f135a01

@vercel
Copy link

@vercel vercel bot commented on f135a01 Jun 20, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.