feat(): fixed some typos.
This commit is contained in:
parent
1a6e65a337
commit
3ef4bc841c
@ -8,7 +8,7 @@ export const Projects = () => {
|
||||
|
||||
<div className="flex flex-col gap-4 pt-4">
|
||||
<div className="flex flex-row gap-4 basis-1">
|
||||
<div className='bg-[#1C1C1C] text-white flex border-1 border-[#757575] rounded-xl text-left p-4 flex-col md:flex-row basis-1 grow'>
|
||||
<a href="https://simrail.pro/" className='bg-[#1C1C1C] text-white flex border-1 border-[#757575] rounded-xl text-left p-4 flex-col md:flex-row basis-1 grow'>
|
||||
<div className='flex flex-col justify-center text-center items-center'>
|
||||
<img alt='image' className='w-20 rounded md:pr-4' src='https://cdn.alekswilc.dev/0dab8e0d-fcc9-481a-9a58-5ebb5a9dda39.png' />
|
||||
</div>
|
||||
@ -17,8 +17,10 @@ export const Projects = () => {
|
||||
<h1 className='text-xl font-bold'>{t("landing.projects.projects.simrailpro.title")}</h1>
|
||||
<p className='font-light'>{t("landing.projects.projects.simrailpro.descripton")}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className='bg-[#1C1C1C] text-white flex border-1 border-[#757575] rounded-xl text-left p-4 flex-col md:flex-row basis-1 grow align-center'>
|
||||
</a>
|
||||
|
||||
|
||||
<a href="https://discord.gg/oldcocorp" className='bg-[#1C1C1C] text-white flex border-1 border-[#757575] rounded-xl text-left p-4 flex-col md:flex-row basis-1 grow align-center'>
|
||||
<div className='flex flex-col justify-center text-center items-center'>
|
||||
<img alt='image' className='w-20 rounded md:pr-4' src='https://cdn.alekswilc.dev/431d2c3e-746b-41f5-9899-d4e1ee81c0cf.png' />
|
||||
</div>
|
||||
@ -27,7 +29,8 @@ export const Projects = () => {
|
||||
<h1 className='text-xl font-bold'>{t("landing.projects.projects.cocorp.title")}</h1>
|
||||
<p className='font-light'>{t("landing.projects.projects.cocorp.descripton")}</p>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -23,12 +23,12 @@
|
||||
"title": "Featured Projects",
|
||||
"projects": {
|
||||
"simrailpro": {
|
||||
"title": "Simrail.PRO",
|
||||
"descripton": "Simrail Stats - The best SimRail logs and statistics site!"
|
||||
"title": "simrail.pro",
|
||||
"descripton": "SimRail Stats - The best SimRail logs and statistics site!"
|
||||
},
|
||||
"cocorp": {
|
||||
"title": "CoCoRP",
|
||||
"descripton": "RolePlay Fivem Server!"
|
||||
"descripton": " Fivem role-play server!"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -23,7 +23,7 @@
|
||||
"title": "Wybrane projekty",
|
||||
"projects": {
|
||||
"simrailpro": {
|
||||
"title": "Simrail.PRO",
|
||||
"title": "simrail.pro",
|
||||
"descripton": "Najlepsza strona z logami i statystykami do gry SimRail!"
|
||||
},
|
||||
"cocorp": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user