Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-09-13 04:31:05 +0300
committerMark Otto <markdotto@gmail.com>2022-11-11 21:27:17 +0300
commit1bfd4a4b5f0af9374589be5869e77f8dc75e86a2 (patch)
treee916b4b10dffc35e3044a4d3cd909ab91d426502
parentd97284f028d26c9757289c3d1a9f616a8de918d5 (diff)
Fix dupe id
-rw-r--r--site/content/docs/5.2/customize/color.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/5.2/customize/color.md b/site/content/docs/5.2/customize/color.md
index b674a7d8df..a7049e2ee6 100644
--- a/site/content/docs/5.2/customize/color.md
+++ b/site/content/docs/5.2/customize/color.md
@@ -95,10 +95,10 @@ Use `data-bs-theme` on a nested element to change the color mode for a group of
</div>
<div class="dropdown">
- <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButtonLight" data-bs-toggle="dropdown" aria-expanded="false">
+ <button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButtonLight2" data-bs-toggle="dropdown" aria-expanded="false">
Light dropdown
</button>
- <ul class="dropdown-menu" aria-labelledby="dropdownMenuButtonLight">
+ <ul class="dropdown-menu" aria-labelledby="dropdownMenuButtonLight2">
<li><a class="dropdown-item active" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Action</a></li>
<li><a class="dropdown-item" href="#">Another action</a></li>