Skip to content

Commit

Permalink
Merge branch 'design_tweaks' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pagarevijayy committed Jul 9, 2021
2 parents 85e5e66 + 02cc5ec commit 983973f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/templates/square-designs.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const SquareEncircledTopImage = ({ templateData }) => {
{templateConfig.quote}
</span>
</p>
<p className="mt-4 mb-6 text-xs text-gray-200 font-medium tracking-wider uppercase">
<p className="mt-4 mb-6 text-xs text-gray-200 font-medium tracking-wider uppercase whitespace-nowrap">
<span className={`${templateConfig.subContentFontStyles}`}>
{templateConfig.subQuote}
</span>
Expand Down Expand Up @@ -252,7 +252,7 @@ export const SquareTwitter = ({ templateData }) => {
src={templateConfig.imageURL}
/>
<div className="px-3">
<p className="font-semibold capitalize">
<p className="font-semibold capitalize whitespace-nowrap">
<span className={`${templateConfig.subContentFontStyles}`}>
{templateConfig.subQuote}
</span>
Expand Down

1 comment on commit 983973f

@vercel
Copy link

@vercel vercel bot commented on 983973f Jul 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.