chore: update frontend branding copy

This commit is contained in:
CaIon
2026-06-19 18:14:40 +08:00
parent 29c3dcb927
commit 0467d54014
35 changed files with 174 additions and 116 deletions
+2 -2
View File
@@ -56,7 +56,7 @@ import {
Qingyan,
DeepSeek,
Qwen,
Midjourney,
Midjourney as MjProxyIcon,
Grok,
AzureAI,
Hunyuan,
@@ -309,7 +309,7 @@ const Home = () => {
<Qwen.Color size={40} />
</div>
<div className='w-8 h-8 sm:w-10 sm:h-10 md:w-12 md:h-12 flex items-center justify-center'>
<Midjourney size={40} />
<MjProxyIcon size={40} />
</div>
<div className='w-8 h-8 sm:w-10 sm:h-10 md:w-12 md:h-12 flex items-center justify-center'>
<Grok size={40} />
+2 -2
View File
@@ -20,10 +20,10 @@ For commercial licensing, please contact support@quantumnous.com
import React from 'react';
import MjLogsTable from '../../components/table/mj-logs';
const Midjourney = () => (
const MjProxy = () => (
<div className='mt-[60px] px-2'>
<MjLogsTable />
</div>
);
export default Midjourney;
export default MjProxy;