We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bdea5 commit 4370029Copy full SHA for 4370029
pages/projects/index.tsx
@@ -12,7 +12,7 @@ interface ProjectsPageProps {
12
}
13
14
const DESCRIPTION =
15
- "Mayor past and current projects by Alexander Liebald. All projects are available on GitHub, the links can be found on the project detail page.";
+ "Major past and current projects by Alexander Liebald. All projects are available on GitHub, the links can be found on the project detail page.";
16
17
const Projects: NextPage<ProjectsPageProps> = ({ projects, ogImage }: ProjectsPageProps) => {
18
return (
0 commit comments