We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68ca00 commit 9c0854cCopy full SHA for 9c0854c
website/src/components/YouTubeSection/index.tsx
@@ -10,7 +10,9 @@ const YouTubeSection: React.FC = () => {
10
🎥 vLLM Semantic Router Demos
11
</h2>
12
<p className={styles.youtubeDescription}>
13
- <strong>Latest News</strong> 🎉: User Experience is something we do care about. Introducing vLLM-SR dashboard:
+ <strong>Latest News</strong>
14
+ {' '}
15
+ 🎉: User Experience is something we do care about. Introducing vLLM-SR dashboard:
16
</p>
17
<div className={styles.featureList}>
18
<div className={styles.featureItem}>
@@ -46,4 +48,3 @@ const YouTubeSection: React.FC = () => {
46
48
}
47
49
50
export default YouTubeSection
-
0 commit comments