Skip to content

Commit

Permalink
facebook page
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Aug 1, 2023
1 parent 0b477b1 commit 9278ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FacebookPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FacebookIcon } from 'react-share'
* @returns
*/
const FacebookPage = () => {
if (!BLOG.FACEBOOK_APP_ID && !BLOG.FACEBOOK_PAGE) {
if (!BLOG.FACEBOOK_APP_ID || !BLOG.FACEBOOK_PAGE) {
return <></>
}
return <div className="shadow-md hover:shadow-xl dark:text-gray-300 border dark:border-black rounded-xl px-2 py-4 bg-white dark:bg-hexo-black-gray lg:duration-100 justify-center">
Expand Down

0 comments on commit 9278ac8

Please sign in to comment.