Skip to content

Commit fa66fb0

Browse files
committed
hehehehehhihohohoh
1 parent 16d58cd commit fa66fb0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pages/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const promptify = (data: DropdownData, latex: string): string => {
132132
const promptDict: dropdownPrompts = {
133133
'Solve': 'Solve the following',
134134
'Find x': 'Find x in the following',
135-
'Custom': data.customPrompt
135+
'Custom': data.customPrompt,
136136
}
137137

138138
return `${promptDict[data.value]}: $$${latex}$$`
@@ -246,6 +246,7 @@ export default function Home() {
246246
<Button fontSize="25px" marginTop="40px" textColor={'white'} bgGradient='linear(to-r, #7928CA, #FF0080)' colorScheme='teal' onClick={() => handleSubmit()}>Calculate!</Button>
247247
<ShowAnswer answer={answer} />
248248
</Card>
249+
<img width='50px' height='50px' src='https://d1muf25xaso8hp.cloudfront.net/https%3A%2F%2Fs3.amazonaws.com%2Fappforest_uf%2Ff1627321328331x304585140651317100%2Fopenai.gif?w=&h=&auto=compress&dpr=1&fit=max' />
249250
<Card gap={8} margin="20px" padding="15px">
250251
<Text fontSize='25px'>Try some equations!</Text>
251252
<Button textColor={'white'} bgGradient='linear(to-r, #187D71, #151394)' colorScheme='teal' onClick={() => demo1()}>Try solving!</Button>

styles/globals.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ body {
2626
border-color: #63b3ed;
2727
box-shadow: 0 0 0 1px #63b3ed;
2828
}
29+
30+
.mq-editable-field.mq-focused .mq-cursor {
31+
background-color: white;
32+
border-color: white;
33+
}

0 commit comments

Comments
 (0)