mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-26 13:18:44 +08:00
chore: remove <hr/> at the end when copying (#73)
This commit is contained in:
@@ -137,7 +137,7 @@ function ConversationCard(props) {
|
||||
}<br>${t('And refresh this page or type you question again')}` +
|
||||
`<br><br>${t(
|
||||
'Consider creating an api key at https://platform.openai.com/account/api-keys',
|
||||
)}<hr>`,
|
||||
)}\n<hr/>`,
|
||||
false,
|
||||
'error',
|
||||
)
|
||||
@@ -151,7 +151,7 @@ function ConversationCard(props) {
|
||||
}<br>${t('And refresh this page or type you question again')}` +
|
||||
`<br><br>${t(
|
||||
'Consider creating an api key at https://platform.openai.com/account/api-keys',
|
||||
)}<hr>`,
|
||||
)}\n<hr/>`,
|
||||
false,
|
||||
'error',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user