Releasing new design #161
@ -79,11 +79,10 @@ export const Modal = () => {
|
|||||||
<ul>
|
<ul>
|
||||||
{tabs.map((t) => {
|
{tabs.map((t) => {
|
||||||
return (
|
return (
|
||||||
<li>
|
<li key={t.to}>
|
||||||
<Button
|
<Button
|
||||||
component={Link}
|
component={Link}
|
||||||
to={t.to}
|
to={t.to}
|
||||||
key={t.to}
|
|
||||||
sx={{
|
sx={{
|
||||||
width: '100%',
|
width: '100%',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
|
Loading…
Reference in New Issue
Block a user