Compare commits
2 Commits
06651e8032
...
18b39868ac
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18b39868ac | ||
|
|
d165a22fb3 |
@ -16,7 +16,7 @@ export default function FooterBar({ children }: Props) {
|
||||
<div className='text-center md:text-left mb-6 md:mb-0'>
|
||||
<b>
|
||||
©{year},{` `}
|
||||
<a href='https://veracityres.com/' rel='noreferrer' target='_blank'>
|
||||
<a href='https://flatlogic.com/logo.svg' rel='noreferrer' target='_blank'>
|
||||
Veracity Real Estate Solutions
|
||||
</a>
|
||||
.
|
||||
|
||||
@ -6,6 +6,7 @@ import {
|
||||
} from '@mdi/js';
|
||||
import Head from 'next/head';
|
||||
import React, { ReactElement } from 'react';
|
||||
import { useState, useEffect } from 'react';
|
||||
import CardBox from '../../components/CardBox';
|
||||
import LayoutAuthenticated from '../../layouts/Authenticated';
|
||||
import SectionMain from '../../components/SectionMain';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user