Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/components/DBlistComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import sql from '@/images/sql.svg'
import mqtt from '@/images/mqtt.svg'
import Badger from '@/images/Badger.svg'
import cassandra from '@/images/cassandra.svg'
import eventhub from '@/images/event_hub.svg'
import Image from 'next/image'

const imageLink = [
Expand All @@ -25,6 +26,10 @@ const imageLink = [
image: redis,
link: '/docs/quick-start/connecting-redis',
},
{
image: eventhub,
link: '/docs/advanced-guide/using-publisher-subscriber#publisher-subscriber'
},
{
image: mongoDb,
link: '/docs/advanced-guide/injecting-databases-drivers#mongo-db',
Expand Down Expand Up @@ -55,7 +60,7 @@ const imageLink = [
},
]

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

const DBlistComponent = () => {
return (
Expand Down
37 changes: 37 additions & 0 deletions src/images/event_hub.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading