Merge branch 'master' of github.com:timlrx/tailwind-nextjs-starter-blog
This commit is contained in:
commit
304318376c
@ -42,7 +42,7 @@ const Giscus = ({ mapping }) => {
|
||||
return (
|
||||
<div className="pt-6 pb-6 text-center text-gray-700 dark:text-gray-300">
|
||||
{enableLoadComments && <button onClick={LoadComments}>Load Comments</button>}
|
||||
<div className="giscus-frame" id={COMMENTS_ID} />
|
||||
<div className="giscus" id={COMMENTS_ID} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
const projectsData = [
|
||||
{
|
||||
title: 'A Search Engine',
|
||||
description: `What is you could look up any information in the world? Webpages, images, videos
|
||||
description: `What if you could look up any information in the world? Webpages, images, videos
|
||||
and more. Google has many features to help you find exactly what you're looking
|
||||
for.`,
|
||||
imgSrc: '/static/images/google.png',
|
||||
|
Loading…
x
Reference in New Issue
Block a user