From b032b88383af02ae25ecf568606c850d2d1d3fd3 Mon Sep 17 00:00:00 2001 From: YunYouJun Date: Sun, 17 Apr 2022 03:33:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20position=20=F0=9F=A5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/food.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/food.ts b/src/data/food.ts index ff54dcf..af50573 100644 --- a/src/data/food.ts +++ b/src/data/food.ts @@ -29,10 +29,6 @@ export interface StuffItem { * 素菜 */ export const vegetable: StuffItem[] = [ - { - name: '白菜', - emoji: '🥬', - }, { name: '土豆', emoji: '🥔', @@ -91,6 +87,10 @@ export const vegetable: StuffItem[] = [ emoji: '🥗', // image: '/images/cabbage-dog.jpg', }, + { + name: '白菜', + emoji: '🥬', + }, ] /**