Skip to content

Commit

Permalink
remove spaces, edited title
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaByte committed Jan 23, 2024
1 parent 557c528 commit f4dc129
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion routes/[...slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function CoursePage(
return (
<>
<Head>
<title>نخلة - {course.title}</title>
<title>{course.title}</title>
<meta name="description" content={course.snippet} />
<meta name="keywords" content={`${course.title}, ${course.snippet}`} />
<meta property="og:title" content={course.title} />
Expand Down
4 changes: 2 additions & 2 deletions static/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"display": "standalone",
"dir": "auto",
"lang": "ar",
"short_name": "تطبيق نخلة ",
"name": "تطبيق نخلة ",
"short_name": "تطبيق نخلة",
"name": "تطبيق نخلة",
"start_url": "/",
"form_factor": "narrow",
"id": "nakhlahjs1.0",
Expand Down

0 comments on commit f4dc129

Please sign in to comment.