update
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import styles from "./page.module.scss";
|
||||
import Link from "next/link";
|
||||
import ArticleHeading from "@/app/components/ArticleHeading";
|
||||
import ArticleHeading from "@/app/_components/ArticleHeading";
|
||||
|
||||
const academicians = [
|
||||
{
|
||||
@ -59,7 +59,7 @@ const Page = () => {
|
||||
>
|
||||
<img
|
||||
className={"h-[138px]"}
|
||||
src={`${process.env.NEXT_PUBLIC_ADMIN_BASE_URL}${academician.picture}`}
|
||||
src={`${process.env.NEXT_PUBLIC_CLIENT_ADMIN_BASE_URL}${academician.picture}`}
|
||||
/>
|
||||
<Link href={academician.link}>{academician.name}</Link>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user