Skip to content

Commit

Permalink
changes to mail and UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tummala Krishna Kishore committed Nov 2, 2021
1 parent cb31c7b commit 0287a9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontaid.content.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"direction": "right",
"title": "Nuggets",
"subTitle": "Bite sized posts that teach you something new.",
"subTitle": "Bite sized posts that teach you something",
"url": "/nuggets",
"theme": "secondary"
},
Expand Down
4 changes: 2 additions & 2 deletions src/components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const Footer: React.FC = () => (
<div>
<a
className="ul-hover-effect"
href="mailto:[email protected]">
[email protected]
href="mailto:[email protected]">
[email protected]
</a>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/menu/tile-section/TileSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const TileSection: React.FC<TileSectionProps> = ({ closeMenu }) => {
<MenuTile
direction="right"
title="Nuggets"
subTitle={'Bite sized posts that teach you something new.'}
subTitle={'Bite sized posts that teach you something.'}
url="/nuggets"
theme="secondary"
onClick={closeMenu}
Expand Down

1 comment on commit 0287a9d

@vercel
Copy link

@vercel vercel bot commented on 0287a9d Nov 2, 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.