Skip to content

Commit

Permalink
Increase banner font size
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Dec 9, 2021
1 parent 184aaa0 commit 530584b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/theme.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const theme = {
projectChatLink: "https://turborepo.org/discord",
banner: function Banner() {
return (
<div className="px-6 py-2 text-xs text-center text-white bg-black dark:bg-white dark:text-black">
<div className="px-6 py-2 text-sm text-center text-white bg-black dark:bg-white dark:text-black">
<a
href="https://vercel.com/blog/vercel-acquires-turborepo?utm_source=turbo-site&amp;utm_medium=banner&amp;utm_campaign=turbo-website"
target="_blank"
Expand Down

1 comment on commit 530584b

@vercel
Copy link

@vercel vercel bot commented on 530584b Dec 9, 2021

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.