change footer
parent
24817aea50
commit
56174936d3
|
|
@ -12,9 +12,12 @@ const PageFooter: React.FC = () => {
|
|||
yearStr = startYear.toString() + ' - ' + curYear.toString();
|
||||
}
|
||||
return (
|
||||
<Footer style={{ textAlign: 'center' }}>
|
||||
EVA-Notify Admin Page © {yearStr} EVA Tech
|
||||
<div>
|
||||
<Footer style={{ textAlign: 'center', color: '#808080' }}>
|
||||
EVA-Tea <br /> <br />
|
||||
© {yearStr} EVA Tech
|
||||
</Footer>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ export const routeName = new Map<string, string>([
|
|||
['duty', '值班组长'],
|
||||
['dutytable', '排班表'],
|
||||
['dutyinfo', '值班信息'],
|
||||
['conclusion', '值班总结'],
|
||||
]);
|
||||
|
||||
export const AppRouter: React.FC = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue