Skip to content

Commit

Permalink
Merge pull request #6 from PyConColombia/dev
Browse files Browse the repository at this point in the history
πŸš€ Deploy
  • Loading branch information
arendondiosa authored Feb 19, 2024
2 parents ae56c6d + 323efcb commit 9d09e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[lang]/page.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';

export default async function Page({ lang }) {
return <h1>PyCon Colombia</h1>;
return <h1>PyCon Colombia Test</h1>;
}

0 comments on commit 9d09e08

Please sign in to comment.