From 47d0b24fc448c970b7dfd6e197c37d6b7db0e8c5 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sat, 6 Jan 2024 08:37:46 -0500 Subject: [PATCH] add a link to the docs modified: templates/chat.html --- templates/chat.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/chat.html b/templates/chat.html index 8fa33df..ad7d269 100644 --- a/templates/chat.html +++ b/templates/chat.html @@ -81,7 +81,7 @@ align-items: start; } - /* Styling for the delete button next to messages */ + /* Styling for the delete and edit buttons next to messages */ .message-wrapper button { margin-top: 16px; margin-right: 8px; @@ -161,6 +161,7 @@ + 🚀 docs for interacting with language models & other commands