IE et fix des liens vers les règles..
parent
765b1388c0
commit
56dfe35a3a
|
@ -15,7 +15,7 @@ type Props = Règle & {
|
|||
}
|
||||
const RuleLink = ({ lien, nom, colours: { colour }, match, style }: Props) => (
|
||||
<Link
|
||||
to={match.path + lien}
|
||||
to={match.path + '/' + lien}
|
||||
className="rule-link"
|
||||
style={{ color: colour, ...style }}>
|
||||
{capitalise0(nom)}
|
||||
|
|
|
@ -59,7 +59,8 @@ button {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
p,
|
||||
ul {
|
||||
line-height: 1.7rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue