mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
chore: dashboard
This commit is contained in:
6
src/components/Markdown/index.scss
vendored
6
src/components/Markdown/index.scss
vendored
@@ -13,12 +13,6 @@
|
||||
code {
|
||||
font-family: monospace, monospace;
|
||||
}
|
||||
|
||||
code {
|
||||
background-color: rgba(200, 200, 200, 0.4);
|
||||
padding: 2px 4px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.md-main {
|
||||
|
||||
4
src/components/SwitchOrigin/index.tsx
vendored
4
src/components/SwitchOrigin/index.tsx
vendored
@@ -28,7 +28,7 @@ const SwitchOrigin: FC<SwitchOriginProps> = ({ name }) => {
|
||||
title={
|
||||
<div>
|
||||
<p>
|
||||
<b>Set the URL dashboard as an application window.</b>
|
||||
<b>Set Dashboard as the application default window.</b>
|
||||
</p>
|
||||
<p>
|
||||
If this is enabled, the <Tag color="blue">Switch Origin {labelName}</Tag>{' '}
|
||||
@@ -58,7 +58,7 @@ const SwitchOrigin: FC<SwitchOriginProps> = ({ name }) => {
|
||||
title={
|
||||
<div>
|
||||
<p>
|
||||
<b>Set a single URL as an application window.</b>
|
||||
<b>Set a single URL as the application default window.</b>
|
||||
</p>
|
||||
<p>
|
||||
If you need to set a new URL as the application loading window, please add the
|
||||
|
||||
Reference in New Issue
Block a user