Import fortawesome fontawesome config
This commit is contained in:
parent
a132a57a24
commit
2f793fecdb
|
|
@ -8,6 +8,10 @@ import {
|
|||
import {TurniereNavigation} from '../js/components/Navigation';
|
||||
import {BigImage} from '../js/components/BigImage';
|
||||
import {Footer} from '../js/components/Footer';
|
||||
import '@fortawesome/fontawesome-svg-core/styles.css';
|
||||
import {config} from '@fortawesome/fontawesome-svg-core';
|
||||
|
||||
config.autoAddCss = false;
|
||||
|
||||
function Main() {
|
||||
return (<div className="main">
|
||||
|
|
@ -72,7 +76,7 @@ function MainBottomSummary() {
|
|||
<h2>Ich habe einen Turniercode bekommen. Was nun?</h2>
|
||||
<p>
|
||||
Der Turniercode führt dich direkt zu einem Turnier. Gebe dafür den Code <a className="text-success"
|
||||
href="#turniercode-form">oben</a> ein,
|
||||
href="#turniercode-form">oben</a> ein,
|
||||
dann wirst du sofort weitergeleitet. </p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue