Update quiet-starfishes-kick.md

Signed-off-by: Gaurav Pandey <36168816+grvpandey11@users.noreply.github.com>
This commit is contained in:
Gaurav Pandey
2023-07-09 19:57:06 +02:00
committed by GitHub
parent 7d2ef2b572
commit 28ebdf9023
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-home': patch
---
The `getTimeBasedGreeting` function has been updated to support an optional language parameter. Now, callers of the function can provide a language as input to receive a greeting in that specific language. If no language is provided, the function will automatically select a random greeting based on the current time.
Now, user can provide a language (optional) as input to receive a greeting in that specific language. Example: <WelcomeTitle language={['English' 'Spanish']} />