Skip to content

Commit

Permalink
Change title case to sentence case
Browse files Browse the repository at this point in the history
  • Loading branch information
adamplesnik authored Jun 22, 2024
1 parent 2a092e6 commit bdf97a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/Cv.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Paragraph from '../components/Paragraph'
const Cv = () => {
return (
<div>
<Heading size={3}>About Me</Heading>
<Heading size={3}>About me</Heading>
<div className="flex items-center gap-2">
<div className="order-last sm:order-none">
<Paragraph>Married, 38 years old, father of two girls.</Paragraph>
Expand Down
2 changes: 1 addition & 1 deletion src/content/WebUmeniaTile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Tile from '../components/Tile'

const WebUmeniaTile = () => {
return (
<Tile title="Open Source Contribution" subTitle="Refactoring of the CSS for webumenia.sk">
<Tile title="Open source contribution" subTitle="Refactoring of the CSS for webumenia.sk">
<Paragraph>
Web umenia features almost 180k artworks from the collections of Slovak galleries. I forked
their dev branch and started the process of removing old code, reorganizing dependencies and
Expand Down

0 comments on commit bdf97a6

Please sign in to comment.