Skip to content

Commit

Permalink
Testing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aduquehd committed Feb 12, 2024
1 parent 42547fa commit 323efcb
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 323efcb

Please sign in to comment.