Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
BRAVO68WEB committed Jan 9, 2024
2 parents 7cf36e9 + 0239faf commit 6c2de76
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion components/VenueDate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function VenueDate() {
<p className="mb-3 text-3xl text-primary font-medium">
Time
</p>
<p className="text-6xl font-bold">2PM</p>
<p className="text-6xl font-bold">12 PM</p>
</div>
<div className="item">
<p className="mb-3 text-3xl text-primary font-medium">
Expand Down
12 changes: 11 additions & 1 deletion config/resourcepersons.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,26 @@
"img": "/rp-rajeev-sobti.jpg",
"linkedin": "https://www.linkedin.com/company/scselpu"
},
{
"name": "Dr. Deepak Prashar",
"img": "/rp-deeppak-prashar.jpg",
"linkedin": "https://www.linkedin.com/in/dr-deepak-prashar-97196030"
},
{
"name": "Mr. Sami Anand",
"img": "/rp-sami.jpg",
"linkedin": "https://www.linkedin.com/in/sami-anand/"
},
{
"name": "Dr. Harvant Singh Arri",
"name": "Dr. Harwant Singh",
"img": "/rp-harvant-singh.jpg",
"linkedin": "https://www.linkedin.com/in/harwant-singh-arri-510866120/"
},
{
"name": "Dr. Max Bhatia",
"img": "/rp-max-bhatia.jpg",
"linkedin": "https://www.linkedin.com/in/maxbhatia-007/"
},
{
"name": "Dr. Vinay Bharadwaj",
"img": "/rp-vinay-bharadwaj.jpeg",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react-dom": "18.2.6",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "10.4.14",
"axios": "^1.6.3",
"axios": "^1.6.4",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"eslint": "8.44.0",
Expand Down
Binary file added public/rp-deeppak-prashar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/rp-max-bhatia.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -491,12 +491,12 @@ axe-core@^4.6.2:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0"
integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==

axios@^1.6.3:
version "1.6.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.3.tgz#7f50f23b3aa246eff43c54834272346c396613f4"
integrity sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==
axios@^1.6.4:
version "1.6.5"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8"
integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==
dependencies:
follow-redirects "^1.15.0"
follow-redirects "^1.15.4"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

Expand Down Expand Up @@ -1127,10 +1127,10 @@ flatted@^3.2.7:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==

follow-redirects@^1.15.0:
version "1.15.3"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
follow-redirects@^1.15.4:
version "1.15.4"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==

for-each@^0.3.3:
version "0.3.3"
Expand Down

0 comments on commit 6c2de76

Please sign in to comment.