mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-27 18:15:49 +08:00
chore: change setting view to setting general view
This commit is contained in:
@ -12,7 +12,7 @@ import LocaleSelector from "./LocaleSelector";
|
||||
import ThemeSelector from "./ThemeSelector";
|
||||
import OpenAIApiConfigView from "./OpenAIApiConfigView";
|
||||
|
||||
const SettingView = () => {
|
||||
const SettingGeneralView = () => {
|
||||
const { t } = useTranslation();
|
||||
const { data: session } = useSession();
|
||||
|
||||
@ -84,4 +84,4 @@ const SettingView = () => {
|
||||
);
|
||||
};
|
||||
|
||||
export default SettingView;
|
||||
export default SettingGeneralView;
|
@ -65,7 +65,7 @@ const SubscriptionHistoryTable = () => {
|
||||
</td>
|
||||
<td className="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-0">
|
||||
<a href={subscription.receipt} target="_blank" className="text-indigo-600 hover:text-indigo-900">
|
||||
{t("setting.billing.view-receipt")}
|
||||
{t("setting.subscription.view-receipt")}
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user