From a92123be4d8f56f489fe1f384489b2a2a5e426bd Mon Sep 17 00:00:00 2001 From: Brent Rankin Date: Sat, 9 Mar 2024 23:23:40 -0700 Subject: [PATCH] Fix import path in README for index.js file This pull request addresses a discrepancy in the README file where the import path for the ../../public/assets directory on line 37 is incorrectly specified. The actual import path in the corresponding index.js file is ../assets. This correction ensures that users following the tutorial will encounter accurate information in the README, promoting a smoother learning experience. The change has been verified in the code, aligning the documentation with the correct import path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf5007ba..4c72f667 100644 --- a/README.md +++ b/README.md @@ -420,7 +420,7 @@ import { telegram, twitter, yourlogo, -} from "../../public/assets"; +} from "../assets"; export const navigation = [ {