forked from React-Group/interstellar_ai
trying to fix the merge conflict
This commit is contained in:
parent
98ad5decd4
commit
c84429be80
1 changed files with 4 additions and 4 deletions
|
@ -78,7 +78,7 @@ const Models: React.FC = () => {
|
||||||
</button>
|
</button>
|
||||||
<button className="financial-model model-box">
|
<button className="financial-model model-box">
|
||||||
<div className="overlay">
|
<div className="overlay">
|
||||||
<h3>Financial</h3>
|
<h3>Finance</h3>
|
||||||
{isOfflineModel(selectedModel) && <img src="/img/nowifi.svg" alt="No Wi-Fi" />}
|
{isOfflineModel(selectedModel) && <img src="/img/nowifi.svg" alt="No Wi-Fi" />}
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
@ -90,7 +90,7 @@ const Models: React.FC = () => {
|
||||||
</button>
|
</button>
|
||||||
<button className="time-planner-model model-box">
|
<button className="time-planner-model model-box">
|
||||||
<div className="overlay">
|
<div className="overlay">
|
||||||
<h3>Time Planner</h3>
|
<h3>Time</h3>
|
||||||
{isOfflineModel(selectedModel) && <img src="/img/nowifi.svg" alt="No Wi-Fi" />}
|
{isOfflineModel(selectedModel) && <img src="/img/nowifi.svg" alt="No Wi-Fi" />}
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
@ -101,8 +101,8 @@ const Models: React.FC = () => {
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
<button className="default-model model-box">
|
<button className="default-model model-box">
|
||||||
<div className="overlay">
|
<div className="overlay">
|
||||||
<h3>Default</h3>
|
<h3>Custom</h3>
|
||||||
{isOfflineModel(selectedModel) && <img src="/img/nowifi.svg" alt="No Wi-Fi" />}
|
{isOfflineModel(selectedModel) && <img src="/img/nowifi.svg" alt="No Wi-Fi" />}
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue