Skip to content

Commit

Permalink
Fix in variables
Browse files Browse the repository at this point in the history
  • Loading branch information
freenandes committed Jan 11, 2024
1 parent 63ca5ed commit c65abb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Footer from '../components/footer.astro';
const preface = await getCollection('pmcf');
const intro = await getEntry('extra', 'pmcf-intro');
const {Content} = await intro.render();
const {description} = "Product designer in Lisbon, Portugal. Wants to design interfaces that help people embrace technology and live better.";
const description = "Product designer in Lisbon, Portugal. Wants to design interfaces that help people embrace technology and live better.";
---

Expand Down

0 comments on commit c65abb4

Please sign in to comment.