I`ve download a laravel package containing 9 demos.
I`m using demo2 and the icons and text on the top are gray.
it should be White. I ran:
npm run dev --demo2
What am i doing wrong?
Hi Julio,
We apologize for the inconvenience caused by the issue. As a workaround, please modify the following code in the getIcon function located in the app/Core/Theme.php file:
Replace the line:
$tag = "span";
$tag = "i";
Hey where did you download the laravel package with the 9 demos? I am searching for it because i also want to run another demo version than default.
Would be nice if you could let me know.
Thanks!
I've used the main package download. There is a compressed folder named laravel_app. In this folder there is a HTML that redirects to a google drive file download with this 9 demos package.
Thanks alot and hope your problem will be fixxed. Have a nice day!