We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9416ddf commit c2b8785Copy full SHA for c2b8785
src/components/TitleAndMetaTags/TitleAndMetaTags.js
@@ -8,7 +8,7 @@
8
import Helmet from 'react-helmet';
9
import React from 'react';
10
11
-const defaultDescription = 'A JavaScript library for building user interfaces';
+const defaultDescription = 'Kullanıcı arayüzleri geliştirebileceğiniz bir JavaScript kütüphanesi';
12
13
type Props = {
14
title: string,
0 commit comments