Raised cards
This commit is contained in:
@@ -9,7 +9,7 @@ import Link from '@mui/material/Link'
|
|||||||
export default function Gade() {
|
export default function Gade() {
|
||||||
return (
|
return (
|
||||||
<Box sx={{minWidth: 275, marginBottom: 3}}>
|
<Box sx={{minWidth: 275, marginBottom: 3}}>
|
||||||
<Card>
|
<Card raised>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Link href='https://gade.o-k-i.net' target='_blank' rel='noopener' underline='hover'>
|
<Link href='https://gade.o-k-i.net' target='_blank' rel='noopener' underline='hover'>
|
||||||
<Typography gutterBottom variant='h5'>
|
<Typography gutterBottom variant='h5'>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import Link from '@mui/material/Link'
|
|||||||
export default function Nouvel() {
|
export default function Nouvel() {
|
||||||
return (
|
return (
|
||||||
<Box sx={{minWidth: 275, marginBottom: 3}}>
|
<Box sx={{minWidth: 275, marginBottom: 3}}>
|
||||||
<Card>
|
<Card raised>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Link href='https://nouvel.o-k-i.net' target='_blank' rel='noopener' underline='hover'>
|
<Link href='https://nouvel.o-k-i.net' target='_blank' rel='noopener' underline='hover'>
|
||||||
<Typography gutterBottom variant='h5'>
|
<Typography gutterBottom variant='h5'>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import Link from '@mui/material/Link'
|
|||||||
export default function Pale() {
|
export default function Pale() {
|
||||||
return (
|
return (
|
||||||
<Box sx={{minWidth: 275, marginBottom: 3}}>
|
<Box sx={{minWidth: 275, marginBottom: 3}}>
|
||||||
<Card>
|
<Card raised>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<Link href='https://pale.o-k-i.net/timeline/local' target='_blank' rel='noopener' underline='hover'>
|
<Link href='https://pale.o-k-i.net/timeline/local' target='_blank' rel='noopener' underline='hover'>
|
||||||
<Typography gutterBottom variant='h5'>
|
<Typography gutterBottom variant='h5'>
|
||||||
|
|||||||
Reference in New Issue
Block a user