Skip to content

Commit

Permalink
fix: logo added (#166)
Browse files Browse the repository at this point in the history
* logo added

* updated city-list

* updates

* logo updated
  • Loading branch information
vishvamsinh28 authored Aug 16, 2023
1 parent a069ab4 commit de69516
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**
3 changes: 2 additions & 1 deletion config/city-lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"date": "November 30, 2023",
"description": "Join us in Bengaluru for the AsyncAPI Conference and decode the language of APIs! Let's crack the language of APIs and ignite a tech revolution with some spice you'll remember!",
"img": "https://images.unsplash.com/photo-1596176530529-78163a4f7af2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2454&q=80",
"address": "310, 6th Main Rd, HAL 2nd Stage, Indiranagar, Bengaluru, Karnataka 560038, India"
"address": "310, 6th Main Rd, HAL 2nd Stage, Indiranagar, Bengaluru, Karnataka 560038, India",
"sponsors": ["/img/postman.png"]
},
{
"name": "Paris",
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default function Home() {
</div>
</div>
<div id='sponsors'>
<Sponsors imgs={['/img/sngular.png', '/img/IBM.png']} />
<Sponsors imgs={['/img/sngular.png', '/img/IBM.png', '/img/postman.png']} />
</div>
<div className=''>
<Subcription />
Expand Down
Binary file added public/img/postman.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit de69516

Please sign in to comment.