11import { createFileRoute } from "@tanstack/react-router"
22import { FaTelegram } from "react-icons/fa"
33import Page from "@/components/custom-ui/Page"
4- import { CREDITS } from "@/utils/constants"
4+ import { CREDITS , LINKS } from "@/utils/constants"
55
66export const Route = createFileRoute ( "/about" ) ( {
77 component : RouteComponent ,
@@ -12,12 +12,12 @@ function RouteComponent() {
1212 < Page className = "items-center" >
1313 < div className = "flex flex-col gap-8 p-8 text-justify" >
1414 < h2 className = "text-center font-bold text-lg" > About</ h2 >
15- < div >
15+ < div className = "space-y-1" >
1616 < p >
1717 Il seguente progetto mira a conservare lo storico delle graduatorie
1818 d'ammissione al Politecnico di Milano.
1919 </ p >
20- < p className = "my-1" >
20+ < p >
2121 Propone una visualizzazione graficamente migliore, responsive,
2222 sviluppata dal nostro team di design.
2323 </ p >
@@ -50,16 +50,26 @@ function RouteComponent() {
5050 </ ul >
5151 </ div >
5252
53- < div >
54- Sei interessato a contribuire allo sviluppo dei progetti del network
55- e/o conoscere di più la nostra realtà?{ " " }
56- < a
57- target = "_blank"
58- rel = "noreferrer noopener"
59- href = "https://polinetwork.org/learnmore/contacts/"
60- >
61- Contattaci!
62- </ a >
53+ < div className = "space-y-1" >
54+ < p >
55+ Per segnalare eventuali bug o problemi del sito, utilizza la{ " " }
56+ < a target = "_blank" rel = "noreferrer noopener" href = { LINKS . issuesUrl } >
57+ sezione Issues della nostra repository
58+ </ a >
59+ .
60+ </ p >
61+
62+ < p >
63+ Sei interessato a contribuire allo sviluppo dei progetti del network
64+ e/o conoscere di più la nostra realtà?{ " " }
65+ < a
66+ target = "_blank"
67+ rel = "noreferrer noopener"
68+ href = "https://polinetwork.org/learnmore/contacts/"
69+ >
70+ Contattaci!
71+ </ a >
72+ </ p >
6373 </ div >
6474
6575 < div className = "flex items-center justify-between" >
0 commit comments