Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 688d14a

Browse files
committed
Improve meta description
1 parent 4cad2f7 commit 688d14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/SEO/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Head from "next/head"
33
const SEO = () => {
44
const title = "Git Cheats • Interactive Git Cheatsheet"
55
const description =
6-
"Interactive cheatsheet for git commands to ease the pain while transitioning from sluggish GUI clients to blazing-fast terminal commands"
6+
"Git Cheats helps you to find the most common commands and shows usages in a user-friendly way."
77
// const socialImage = "https://cancellek.com/social-image.png"
88

99
return (

0 commit comments

Comments
 (0)