Compare commits

..

No commits in common. "18b39868ac91ca09b2c23ee130871f75e003c41a" and "06651e80328481283877c801104afb603a5558d3" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ export default function FooterBar({ children }: Props) {
<div className='text-center md:text-left mb-6 md:mb-0'> <div className='text-center md:text-left mb-6 md:mb-0'>
<b> <b>
&copy;{year},{` `} &copy;{year},{` `}
<a href='https://flatlogic.com/logo.svg' rel='noreferrer' target='_blank'> <a href='https://veracityres.com/' rel='noreferrer' target='_blank'>
Veracity Real Estate Solutions Veracity Real Estate Solutions
</a> </a>
. .

View File

@ -6,7 +6,6 @@ import {
} from '@mdi/js'; } from '@mdi/js';
import Head from 'next/head'; import Head from 'next/head';
import React, { ReactElement } from 'react'; import React, { ReactElement } from 'react';
import { useState, useEffect } from 'react';
import CardBox from '../../components/CardBox'; import CardBox from '../../components/CardBox';
import LayoutAuthenticated from '../../layouts/Authenticated'; import LayoutAuthenticated from '../../layouts/Authenticated';
import SectionMain from '../../components/SectionMain'; import SectionMain from '../../components/SectionMain';