From 9bd369b5537be61bb6ffc632dff8b6fe0460529d Mon Sep 17 00:00:00 2001
From: ashley <iamashley@duck.com>
Date: Wed, 7 Aug 2024 10:52:40 +0000
Subject: [PATCH] stuff :3

---
 html/search.ejs | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/html/search.ejs b/html/search.ejs
index 0c141728..44ea4989 100644
--- a/html/search.ejs
+++ b/html/search.ejs
@@ -626,7 +626,7 @@ if (isMathExpression(query)) {
 } else if (query.includes('am i a good girl') || query.includes('am i a good boy?')) {
     answer = query.includes('girl') ? "yesh :3 u are a good girl" : "yesh :3 u are a good boy";
 } else if (query.includes('ur hot') || query.includes('you are hot')) {
-    answer = "jrifyehgyerfgu <br> 9wdswgfsafgydwgbf <br> wdfge >~< "
+    answer = "jrifyehgyerfgu9wdswgfsafgydwgbfwdfge >~< "
 } 
 
 const upsellMessages = [
@@ -657,7 +657,8 @@ function extractQueryFromUpsellMessage(message) {
     <h2 style="font-family: 'PokeTube Flex';font-size: large;text-align: left !important;font-stretch: ultra-expanded; font-weight: 1000; margin-bottom: -0.1em;">
         Answer to ur question
     </h2>
-    <span style="font-size: 7em; margin-bottom: 3em; text-align: left !important; margin-right: 7em;">
+    <h2 style="font-family: 'PokeTube Flex';font-size: large;text-align:  right !important;font-stretch: ultra-expanded; font-weight: 1000; margin-bottom: -0.1em;margin-top: -1em;"><i title="PokeInstant Anwser! (not ai/LLM)" class="fa-light fa-sparkles"></i></h2>
+    <span style="font-size: 7em; margin-bottom: 3em; text-align: left !important; margin-right: 7em;white-space: -moz-pre-wrap !important;white-space: -pre-wrap;white-space: -o-pre-wrap;white-space: pre-wrap;word-wrap: break-word;white-space: -webkit-pre-wrap;word-break: break-all;white-space: normal;">
         <%- answer %>
     </span>
 </div>