Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit $1
5 changes: 3 additions & 2 deletions apps/www/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ import './custom.scss';
import {inter, spaceGrotesk} from './fonts';

export const metadata: Metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: 'JavaScript Colombo',
description:
'Join the JavaScript Colombo Meetup, where JavaScript enthusiasts connect to explore the latest in everything JavaScript.',
};

const RootLayout = ({
Expand Down
Loading