Skip to content

Commit 672eac9

Browse files
committed
site(gordon): add link to feedback issue
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent 26e697d commit 672eac9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

layouts/partials/gordon-chat.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ <h3 class="mb-2 text-xl font-semibold text-gray-900 dark:text-white">
589589
</template>
590590
</button>
591591
</div>
592-
<div class="flex items-center" x-data="{ showTooltip: false }">
592+
<div class="flex items-center justify-between" x-data="{ showTooltip: false }">
593593
<div class="relative">
594594
<button
595595
@click="includePageContext = !includePageContext"
@@ -639,6 +639,14 @@ <h3 class="mb-2 text-xl font-semibold text-gray-900 dark:text-white">
639639
</div>
640640
</div>
641641
</div>
642+
<a
643+
href="https://github.com/docker/docs/issues/23966"
644+
target="_blank"
645+
rel="noopener noreferrer"
646+
class="text-xs text-gray-500 underline hover:text-blue-600 dark:text-gray-400 dark:hover:text-blue-400"
647+
>
648+
Share feedback
649+
</a>
642650
</div>
643651
</form>
644652
</div>

0 commit comments

Comments
 (0)