Skip to content

Commit

Permalink
Use en dash for title
Browse files Browse the repository at this point in the history
  • Loading branch information
phlmn committed Oct 7, 2023
1 parent 94bcf88 commit cfb91a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Metadata } from 'next';
import './globals.css';

export const metadata: Metadata = {
title: { absolute: "transcribee The open source automatic transcription tool", template: "%s — transcribee" },
title: { absolute: "transcribee The open source automatic transcription tool", template: "%s — transcribee" },
openGraph: {
title: { absolute: "transcribee The open source automatic transcription tool", template: "%s — transcribee" },
title: { absolute: "transcribee The open source automatic transcription tool", template: "%s — transcribee" },
description: 'The open source automatic transcription tool',
siteName: "transcribee",
},
Expand Down

0 comments on commit cfb91a5

Please sign in to comment.