|
|
|
|
@ -88,8 +88,16 @@ export function Footer() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="mt-12 border-t border-white/15 pt-6 text-xs text-primary-foreground/55">
|
|
|
|
|
© {project.dates.end.slice(-4)} {project.acronym} — INESC Coimbra.
|
|
|
|
|
Microsite developed by Streamline.
|
|
|
|
|
© {new Date().getFullYear()} {project.acronym} — INESC Coimbra.
|
|
|
|
|
Microsite developed by
|
|
|
|
|
<a
|
|
|
|
|
href="https://www.streamline.pt"
|
|
|
|
|
target="_blank"
|
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
|
className="ml-1 inline-flex items-center gap-1 underline-offset-4 hover:underline"
|
|
|
|
|
>
|
|
|
|
|
Streamline.
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</footer>
|
|
|
|
|
|