We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a459b commit c1ef887Copy full SHA for c1ef887
src/app/app.component.ts
@@ -31,7 +31,7 @@ export const routeMeta: RouteMeta = {
31
<a href="/" class="self-center drop-shadow-[0_35px_35px_rgba(1,1,1,0.25)] text-center font-['Conthrax'] text-4xl md:text-7xl text-[orangered] hover:text-[orangered] ">
32
<div class="-skew-x-12 ">Race Element</div>
33
</a>
34
- <p class="text-center font-['Conthrax']">Solutions for Sim Racing</p>
+ <p class="text-center font-['Conthrax']">Solutions for Simulators</p>
35
</div>
36
37
<div class="border-t-2 border-[grey] mb-2 container mx-auto md:max-w-2xl" ></div>
0 commit comments