Skip to content

Commit 5c4672c

Browse files
fix: modify image
1 parent ab4a4a1 commit 5c4672c

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

app/(main)/admin/(dashboard-layout)/banners/page.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const BannersPage = () => {
111111
<th className="px-2 border-gray-100 border-x-2">
112112
{category_name ? 'banner标题' : '分类名称'}
113113
</th>
114-
<th className="border-gray-100 border-x-2">更多</th>
114+
<th className="border-gray-100 border-x-2">操作</th>
115115
</tr>
116116
</thead>
117117
<tbody className="text-gray-600">{renderContent()}</tbody>

components/Footer.jsx

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Image from 'next/image'
22

3-
import { Icons, Services, LogoChinese } from 'components'
3+
import { Icons, Services, LogoChinese, ResponsiveImage } from 'components'
44
import { siteTitle } from '@/utils'
55

66
export default function Footer() {
@@ -74,16 +74,15 @@ export default function Footer() {
7474
</div>
7575

7676
<div className="flex items-center justify-center py-3 mt-6 bg-gray-600 gap-x-3">
77-
<Image
78-
src="/developer.jpeg"
77+
<ResponsiveImage
78+
dimensions="h-16 w-16"
7979
className="overflow-hidden border-4 border-red-600 rounded-full"
80-
alt="继小鹏"
81-
width={64}
82-
height={64}
80+
src="/developer.jpg"
81+
alt={`黄继鹏(继小鹏)`}
8382
/>
8483
<p className="text-white">
8584
<a href="/" target="_blank" className="text-sky-400">
86-
继小鹏
85+
黄继鹏(继小鹏
8786
</a>
8887
开发{' '}
8988
</p>

public/developer.jpeg

-117 KB
Binary file not shown.

public/developer.jpg

1.49 MB
Loading

0 commit comments

Comments
 (0)