summaryrefslogtreecommitdiffstats
path: root/docs/bn-BD/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/bn-BD/README.md')
-rw-r--r--docs/bn-BD/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/bn-BD/README.md b/docs/bn-BD/README.md
index a9d666010..862410bc0 100644
--- a/docs/bn-BD/README.md
+++ b/docs/bn-BD/README.md
@@ -25,6 +25,20 @@ metaTitle: "Starship: Cross-Shell Prompt"
description: Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, Ion, Tcsh, Elvish, Nu, Xonsh, Cmd, and PowerShell.
---
+<script setup>
+import { onMounted } from 'vue'
+
+onMounted(() => {
+ const urlParams = new URLSearchParams(window.location.search)
+ if (urlParams.has('uwu') || urlParams.has('kawaii')) {
+ const img = document.querySelector('.VPHero .VPImage.image-src')
+ img.classList.add('uwu')
+ img.src = '/logo-uwu.png'
+ img.alt = 'Kawaii Starship Logo by @sawaratsuki1004'
+ }
+})
+</script>
+
<video class="demo-video" muted autoplay loop playsinline>
<source src="/demo.webm" type="video/webm">
<source src="/demo.mp4" type="video/mp4">