Skip to content

Commit

Permalink
Merge branch 'master' into fix-#353
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-vohra authored Jun 23, 2024
2 parents 493fe8b + a489719 commit a91dfa1
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 38 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,3 @@ jobs:
- uses: toshimaru/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

- name: Add Reviewers
uses: kentaro-m/[email protected]
with:
add-reviewers: true
reviewers:
- sanchitbajaj02
repo-token: "${{ secrets.GITHUB_TOKEN }}"
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,9 @@ This repository also provides one such platform where contributors come over and

### Demo Credentials to test applications:

|Email Address| Password|
|--------|--------------|
|[email protected]|SharePassword@101|

| Email Address | Password |
| -------------- | ----------------- |
| [email protected] | SharePassword@101 |

## 👋 Introduction

Expand Down Expand Up @@ -158,6 +157,10 @@ Contributing to open-source software (OSS) projects can be a rewarding and fulfi

- [Setting up Appwrite](docs/appwrite.md)

## 📈 Repository Stats

![Repository Stats](https://repobeats.axiom.co/api/embed/132a4dc81996b999ecca37a3833be6e21973b3ab.svg "Repobeats analytics image")

## ✨ Top Contributors

Without the tireless efforts and dedication of these exceptional developers, Palettegram would not have experienced such remarkable enhancements. 🚀 A heartfelt thank you for the time and energy you've invested – your contributions are truly invaluable! 🌟😄
Expand Down
20 changes: 19 additions & 1 deletion src/components/core/footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from "react";
import Link from "next/link";
import Image from "next/image";
import { Twitter, Facebook, Linkedin, Github } from "lucide-react";

export default function Footer({ isFixed }: { isFixed?: boolean }) {
const generalList = [
Expand Down Expand Up @@ -58,12 +59,12 @@ export default function Footer({ isFixed }: { isFixed?: boolean }) {
<div className="text-left">
<h2 className="text-secondary dark:text-white text-xl">Palettegram</h2>
<p className="text-slate-500 text-sm pt-2">Social Media for Professionals</p>
<span className="text-slate-500 text-sm pt-2"> A social media platform built exclusively for design professionals to share.</span>
</div>
</div>
<div className="flex w-full md:w-auto justify-between">
<div className="flex flex-wrap flex-col gap-2 text-left px-5 py-2 lg:w-60">
<h3 className="text-secondary dark:text-white text-xl mb-2">General</h3>

{generalList &&
generalList.map((item) => {
return (
Expand Down Expand Up @@ -91,9 +92,25 @@ export default function Footer({ isFixed }: { isFixed?: boolean }) {
</Link>
);
})}
<h1 className="text-secondary dark:text-white text-lg">Social media</h1>
<div className="flex justify-start space-x-4">
<Link href="https://twitter.com">
<Twitter className="text-slate-400 hover:text-primary-light transition-all duration-300" size={24} />
</Link>
<Link href="https://facebook.com">
<Facebook className="text-slate-400 hover:text-primary-light transition-all duration-300" size={24} />
</Link>
<Link href="https://linkedin.com">
<Linkedin className="text-slate-400 hover:text-primary-light transition-all duration-300" size={24} />
</Link>
<Link href="https://github.com">
<Github className="text-slate-400 hover:text-primary-light transition-all duration-300" size={24} />
</Link>
</div>
</div>
</div>
</div>

<div className="py-4 space-y-2 text-center">
<p className="text-xs">
Copyright &copy; {new Date().getFullYear()} Palettegram | MIT License <br />
Expand All @@ -103,3 +120,4 @@ export default function Footer({ isFixed }: { isFixed?: boolean }) {
</section>
);
}

50 changes: 25 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@

"@next/[email protected]":
version "13.5.4"
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.5.4.tgz#cc542907b55247c5634d9a8298e1c143a1847e25"
resolved "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.5.4.tgz"
integrity sha512-cyRvlAxwlddlqeB9xtPSfNSCRy8BOa4wtMo0IuI9P7Y0XT2qpDrpFKRyZ7kUngZis59mPVla5k8X1oOJ8RxDYg==

"@nodelib/[email protected]":
Expand Down Expand Up @@ -716,9 +716,9 @@
resolved "https://registry.npmjs.org/@tiptap/extension-text/-/extension-text-2.2.4.tgz"
integrity sha512-NlKHMPnRJXB+0AGtDlU0P2Pg+SdesA2lMMd7JzDUgJgL7pX2jOb8eUqSeOjFKuSzFSqYfH6C3o6mQiNhuQMv+g==

"@tiptap/pm@~2.1.16":
"@tiptap/[email protected]":
version "2.1.16"
resolved "https://registry.yarnpkg.com/@tiptap/pm/-/pm-2.1.16.tgz#1f43024e2660f2a9fe3057b71e57f0550f7d3387"
resolved "https://registry.npmjs.org/@tiptap/pm/-/pm-2.1.16.tgz"
integrity sha512-yibLkjtgbBSnWCXbDyKM5kgIGLfMvfbRfFzb8T0uz4PI/L54o0a4fiWSW5Fg10B5+o+NAXW2wMxoId8/Tw91lQ==
dependencies:
prosemirror-changeset "^2.2.0"
Expand All @@ -742,15 +742,15 @@

"@tiptap/[email protected]":
version "2.1.16"
resolved "https://registry.yarnpkg.com/@tiptap/react/-/react-2.1.16.tgz#20addbd7a0abac8942d2aea83dcb922c44d7ca9a"
resolved "https://registry.npmjs.org/@tiptap/react/-/react-2.1.16.tgz"
integrity sha512-ywws50aV/8TNBBlFNXVR/bWpi5n0f+CDiwixsPGzne9T/zMfz30FnXej2xo7Qm1LLBdC0d65Mz7otdz+rn65cA==
dependencies:
"@tiptap/extension-bubble-menu" "^2.1.16"
"@tiptap/extension-floating-menu" "^2.1.16"

"@tiptap/[email protected]":
version "2.1.16"
resolved "https://registry.yarnpkg.com/@tiptap/starter-kit/-/starter-kit-2.1.16.tgz#1da99d2b6de8a408c3be5aea86b7747454dff4fa"
resolved "https://registry.npmjs.org/@tiptap/starter-kit/-/starter-kit-2.1.16.tgz"
integrity sha512-DudGvkNEB1IwfMAqBKCcT49BY275hKF6SwjTWN89cLvVBd2TBe4R6wWMNKDhwfR8fmXz/aXpGJWWO2AFimY3jg==
dependencies:
"@tiptap/core" "^2.1.16"
Expand Down Expand Up @@ -1017,7 +1017,7 @@ anymatch@~3.1.2:
normalize-path "^3.0.0"
picomatch "^2.0.4"

appwrite@^15.0.0:
[email protected]:
version "15.0.0"
resolved "https://registry.yarnpkg.com/appwrite/-/appwrite-15.0.0.tgz#73d609fe5c3a4bc9c87a651a8d7c21ef002e8c22"
integrity sha512-rzmo+87tizYLs3YnRLets+vMUF85S/OHkgiGgp0UKcKJj0U1RktAsuIecFqRROKfkqs0fKzggRAIs3RCoYQQwA==
Expand Down Expand Up @@ -2288,7 +2288,7 @@ fraction.js@^4.2.0:

[email protected]:
version "10.18.0"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-10.18.0.tgz#1f4fc51403996ea7170af885bd44a7079d255950"
resolved "https://registry.npmjs.org/framer-motion/-/framer-motion-10.18.0.tgz"
integrity sha512-oGlDh1Q1XqYPksuTD/usb0I70hq95OUzmL9+6Zd+Hs4XV0oaISBa/UUMSjYiq6m8EUF32132mOJ8xVZS+I0S6w==
dependencies:
tslib "^2.4.0"
Expand Down Expand Up @@ -2523,15 +2523,15 @@ hoist-non-react-statics@^3.3.0, hoist-non-react-statics@^3.3.2:

[email protected]:
version "5.0.7"
resolved "https://registry.yarnpkg.com/html-dom-parser/-/html-dom-parser-5.0.7.tgz#33f029b34e8ec4076b7e2624c97debc79abb0c75"
resolved "https://registry.npmjs.org/html-dom-parser/-/html-dom-parser-5.0.7.tgz"
integrity sha512-2YD2/yB0QgrlkBIn0CsGaRXC89E1gtuPVpiOGC52NTzPCC83n0WMdGD+5q7lpcKqbCpnWValQbovuy/NI/0kag==
dependencies:
domhandler "5.0.3"
htmlparser2 "9.1.0"

[email protected]:
version "5.1.1"
resolved "https://registry.yarnpkg.com/html-react-parser/-/html-react-parser-5.1.1.tgz#9863709ab1bb5d15bce273253b539a6dd4fa28e2"
resolved "https://registry.npmjs.org/html-react-parser/-/html-react-parser-5.1.1.tgz"
integrity sha512-L5VK0rKN3VM7uzRH+4wxAL9elvHuCNDjyWKKjcCDR+YWW5Qr7WWSK7+e627DcePVAFi5IMqc+rAU8j/1DpC/Tw==
dependencies:
domhandler "5.0.3"
Expand Down Expand Up @@ -3206,7 +3206,7 @@ lru-cache@^6.0.0:

[email protected]:
version "0.316.0"
resolved "https://registry.yarnpkg.com/lucide-react/-/lucide-react-0.316.0.tgz#df3a70515db81837496be255c534d8c9e3b18182"
resolved "https://registry.npmjs.org/lucide-react/-/lucide-react-0.316.0.tgz"
integrity sha512-dTmYX1H4IXsRfVcj/KUxworV6814ApTl7iXaS21AimK2RUEl4j4AfOmqD3VR8phe5V91m4vEJ8tCK4uT1jE5nA==

make-error@^1.1.1:
Expand Down Expand Up @@ -3352,12 +3352,12 @@ natural-compare@^1.4.0:

[email protected]:
version "0.2.1"
resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.2.1.tgz#0c9f128e847979daf6c67f70b38e6b6567856e45"
resolved "https://registry.npmjs.org/next-themes/-/next-themes-0.2.1.tgz"
integrity sha512-B+AKNfYNIzh0vqQQKqQItTS8evEouKD7H5Hj3kmuPERwddR2TxvDSFZuTj6T7Jfn1oyeUyJMydPl1Bkxkh0W7A==

next@^13.5.4:
[email protected]:
version "13.5.4"
resolved "https://registry.yarnpkg.com/next/-/next-13.5.4.tgz#7e6a93c9c2b9a2c78bf6906a6c5cc73ae02d5b4d"
resolved "https://registry.npmjs.org/next/-/next-13.5.4.tgz"
integrity sha512-+93un5S779gho8y9ASQhb/bTkQF17FNQOtXLKAj3lsNgltEcF0C5PMLLncDmH+8X1EnJH1kbqAERa29nRXqhjA==
dependencies:
"@next/env" "13.5.4"
Expand Down Expand Up @@ -3393,7 +3393,7 @@ node-releases@^2.0.14:

[email protected]:
version "2.5.2"
resolved "https://registry.yarnpkg.com/nookies/-/nookies-2.5.2.tgz#cc55547efa982d013a21475bd0db0c02c1b35b27"
resolved "https://registry.npmjs.org/nookies/-/nookies-2.5.2.tgz"
integrity sha512-x0TRSaosAEonNKyCrShoUaJ5rrT5KHRNZ5DwPCuizjgrnkpE5DRf3VL7AyyQin4htict92X1EQ7ejDbaHDVdYA==
dependencies:
cookie "^0.4.1"
Expand Down Expand Up @@ -3937,12 +3937,12 @@ queue-microtask@^1.2.2:

[email protected]:
version "2.11.2"
resolved "https://registry.yarnpkg.com/react-animated-cursor/-/react-animated-cursor-2.11.2.tgz#c87ee77ecea22cc6c234918375ace6bceca6b3c7"
resolved "https://registry.npmjs.org/react-animated-cursor/-/react-animated-cursor-2.11.2.tgz"
integrity sha512-LV0PtST61tdeW/chCqFt1JLp6i0d5fD9v2uradBcPAkKKCi2Iw7sAcD11ADS1TjXPPj9MOoD9YubEt++/IbZ+g==

[email protected]:
version "5.6.1"
resolved "https://registry.yarnpkg.com/react-colorful/-/react-colorful-5.6.1.tgz#7dc2aed2d7c72fac89694e834d179e32f3da563b"
resolved "https://registry.npmjs.org/react-colorful/-/react-colorful-5.6.1.tgz"
integrity sha512-1exovf0uGTGyq5mXQT0zgQ80uvj2PCwvF8zY1RN9/vbJVSjSo3fsB/4L3ObbF7u70NduSiK4xu4Y6q1MHoUGEw==

react-confetti@^6.1.0:
Expand Down Expand Up @@ -3975,10 +3975,10 @@ [email protected]:
resolved "https://registry.npmjs.org/react-property/-/react-property-2.0.2.tgz"
integrity sha512-+PbtI3VuDV0l6CleQMsx2gtK0JZbZKbpdu5ynr+lbsuvtmgbNcS3VM0tuY2QjFNOcWxvXeHjDpy42RO+4U2rug==

react-redux@~8.1.2:
version "8.1.3"
resolved "https://registry.npmjs.org/react-redux/-/react-redux-8.1.3.tgz"
integrity sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==
[email protected]:
version "8.1.2"
resolved "https://registry.npmjs.org/react-redux/-/react-redux-8.1.2.tgz"
integrity sha512-xJKYI189VwfsFc4CJvHqHlDrzyFTY/3vZACbE+rr/zQ34Xx1wQfB4OTOSeOSNrF6BDVe8OOdxIrAnMGXA3ggfw==
dependencies:
"@babel/runtime" "^7.12.1"
"@types/hoist-non-react-statics" "^3.3.1"
Expand All @@ -3994,7 +3994,7 @@ react-universal-interface@^0.6.2:

[email protected]:
version "17.5.0"
resolved "https://registry.yarnpkg.com/react-use/-/react-use-17.5.0.tgz#1fae45638828a338291efa0f0c61862db7ee6442"
resolved "https://registry.npmjs.org/react-use/-/react-use-17.5.0.tgz"
integrity sha512-PbfwSPMwp/hoL847rLnm/qkjg3sTRCvn6YhUZiHaUa3FA6/aNoFX79ul5Xt70O1rK+9GxSVqkY0eTwMdsR/bWg==
dependencies:
"@types/js-cookie" "^2.2.6"
Expand Down Expand Up @@ -4307,7 +4307,7 @@ shebang-regex@^3.0.0:

[email protected]:
version "12.0.4"
resolved "https://registry.yarnpkg.com/shepherd.js/-/shepherd.js-12.0.4.tgz#6f8ddd93d65a8dcc98e2b4bd77d3ffd011e236c3"
resolved "https://registry.npmjs.org/shepherd.js/-/shepherd.js-12.0.4.tgz"
integrity sha512-1v2vPmCe9f3uxIhUwCbq1DYVA5HpGQua0uN6UnMDQ/Lb4aYnGK6GhP/DhCp7OPF79g9KsV4HD8SbhDryja9buw==
dependencies:
"@floating-ui/dom" "^1.5.3"
Expand Down Expand Up @@ -4790,9 +4790,9 @@ typed-array-length@^1.0.5:
possible-typed-array-names "^1.0.0"

typescript@^5.3.3:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
version "5.5.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==

uc.micro@^2.0.0:
version "2.1.0"
Expand Down

0 comments on commit a91dfa1

Please sign in to comment.