浏览代码

Add logo component and image

YoATW9 1 年之前
父节点
当前提交
14bde46eb1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      component/global/logo.tsx

+ 2 - 2
component/global/logo.tsx

@@ -1,8 +1,8 @@
-import React from 'react';
+import React from "react";
 import { Image, View, StyleProp, ImageStyle, ViewStyle } from 'react-native';
 
 const Logo = () => {
-   const logoSource = require('../../assets/logo.png'); // Ensure the path is correct
+   const logoSource = require('../../assets/logo.png');
 
    const imageStyle: ImageStyle = {
      width: '100%',