Skip to content

Commit 52bce0b

Browse files
Merge pull request #199 from PradSharma554/new-add-event-hub
Add event hub image to homepage
2 parents f378eb1 + 93e2c24 commit 52bce0b

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

src/components/DBlistComponent.jsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import sql from '@/images/sql.svg'
1010
import mqtt from '@/images/mqtt.svg'
1111
import Badger from '@/images/Badger.svg'
1212
import cassandra from '@/images/cassandra.svg'
13+
import eventhub from '@/images/event_hub.svg'
1314
import Image from 'next/image'
1415

1516
const imageLink = [
@@ -25,6 +26,10 @@ const imageLink = [
2526
image: redis,
2627
link: '/docs/quick-start/connecting-redis',
2728
},
29+
{
30+
image: eventhub,
31+
link: '/docs/advanced-guide/using-publisher-subscriber#publisher-subscriber'
32+
},
2833
{
2934
image: mongoDb,
3035
link: '/docs/advanced-guide/injecting-databases-drivers#mongo-db',
@@ -55,7 +60,7 @@ const imageLink = [
5560
},
5661
]
5762

58-
const getAnimationDelay = (index) => `calc(30s / 10 * (10 - ${index + 1}) * -1)`
63+
const getAnimationDelay = (index) => `calc(30s / 11 * (11 - ${index + 1}) * -1)`
5964

6065
const DBlistComponent = () => {
6166
return (

src/images/event_hub.svg

Lines changed: 37 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)