File tree Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Expand file tree Collapse file tree 2 files changed +43
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import sql from '@/images/sql.svg'
1010import mqtt from '@/images/mqtt.svg'
1111import Badger from '@/images/Badger.svg'
1212import cassandra from '@/images/cassandra.svg'
13+ import eventhub from '@/images/event_hub.svg'
1314import Image from 'next/image'
1415
1516const 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
6065const DBlistComponent = ( ) => {
6166 return (
You can’t perform that action at this time.
0 commit comments