upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 304318376c - Show all commits

View File

@ -42,7 +42,7 @@ const Giscus = ({ mapping }) => {
return ( return (
<div className="pt-6 pb-6 text-center text-gray-700 dark:text-gray-300"> <div className="pt-6 pb-6 text-center text-gray-700 dark:text-gray-300">
{enableLoadComments && <button onClick={LoadComments}>Load Comments</button>} {enableLoadComments && <button onClick={LoadComments}>Load Comments</button>}
<div className="giscus-frame" id={COMMENTS_ID} /> <div className="giscus" id={COMMENTS_ID} />
</div> </div>
) )
} }

View File

@ -1,7 +1,7 @@
const projectsData = [ const projectsData = [
{ {
title: 'A Search Engine', 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 and more. Google has many features to help you find exactly what you're looking
for.`, for.`,
imgSrc: '/static/images/google.png', imgSrc: '/static/images/google.png',