From a7ec9e74060ce7ed2386c53b72b6d07479a7df7e Mon Sep 17 00:00:00 2001 From: Devyani Ravi <devyaniravi2003@gmail.com> Date: Sat, 28 Sep 2024 20:56:20 +0000 Subject: [PATCH] partcontfix --- docs/.vuepress/components/Contribution.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/components/Contribution.vue b/docs/.vuepress/components/Contribution.vue index 8e690b0..9c82cf2 100644 --- a/docs/.vuepress/components/Contribution.vue +++ b/docs/.vuepress/components/Contribution.vue @@ -72,7 +72,7 @@ <div class="card"> <h4 @click="toggleSection('registryParts')"> Registry Parts - <span v-if="sections.registryParts">â–²</span> + <span v-if="sections.registryParts">â–²</span> <span v-else>â–¼</span> </h4> <div v-if="sections.registryParts" class="content"> -- GitLab