Skip to content

Commit 259a662

Browse files
committed
reposition promo text
1 parent 345a3c5 commit 259a662

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

src/App.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,16 @@ h2.page-title {
334334
padding: 0.75em 0;
335335
}
336336

337+
.partner-promo-text {
338+
margin-top: 20px;
339+
font-size: 0.6em;
340+
}
341+
342+
.partner-promo-text a {
343+
text-decoration: underline;
344+
color: var(--blue);
345+
}
346+
337347
.result-title {
338348
margin-top: 1.5em;
339349
text-transform: uppercase;
@@ -372,10 +382,6 @@ footer {
372382
text-align: center;
373383
}
374384

375-
.footer-text-right {
376-
text-align: right;
377-
}
378-
379385
.footer-content a {
380386
text-decoration: underline;
381387
color: var(--blue);

src/App.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ function App() {
216216
<img src="img/lightning.svg" alt="lightning icon" />
217217
</span>
218218
</button>
219+
<div className="partner-promo-text">
220+
Powered by <a href="https://hub.getneuro.ai/model/nlp/gpt-j-6B-text-generation">Neuro</a>
221+
</div>
219222
</div>
220223
</div>
221224
{isLoading && <Loader />}
@@ -245,9 +248,6 @@ function App() {
245248
<div className="content-wrapper">
246249
<div className="footer-content">
247250
<div className="footer-text-center">EleutherAI 2021</div>
248-
<div className="footer-text-right">
249-
Powered by <a href="https://www.getneuro.ai/">Neuro</a>
250-
</div>
251251
</div>
252252
</div>
253253
</footer>

0 commit comments

Comments
 (0)