Skip to content

Commit 89e7809

Browse files
committed
fix
1 parent 47451c4 commit 89e7809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta name="description" content="Browser extension that every PHP developer must have. It changes styles on php.net website for a better experience of using php documentation" />
88
<meta name="keywords" content="extension, php, browser" />
9-
<meta name="author" content="Serhii Chornenkyi" />
9+
<meta name="author" content="Serhii Cho" />
1010
<title>PHP Revival</title>
1111
</head>
1212
<body class="bg-gray-950 text-gray-200 font-main">

src/components/Sections/FooterSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Section from '@/components/Section.vue'
55
<template>
66
<Section class="pb-8 md:pb-14">
77
<footer class="text-gray-300 text-sm md:text-md lg:text-lg">
8-
&copy; {{ new Date().getFullYear() }} Serhii Chornenkyi.
8+
&copy; {{ new Date().getFullYear() }} Serhii Cho.
99

1010
<a
1111
href="https://github.com/php-revival/php-revival/blob/master/LICENSE"

0 commit comments

Comments
 (0)