From 79dcd23fdf93a0153171006b74e8af8ba1ebf676 Mon Sep 17 00:00:00 2001 From: Sharky521 <36453777+Sharky521@users.noreply.github.com> Date: Thu, 14 Aug 2025 09:40:04 -0500 Subject: [PATCH] Update config.js Modified to reflect framework --- cfg/html/config.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/cfg/html/config.js b/cfg/html/config.js index ca5f658..7b0744f 100644 --- a/cfg/html/config.js +++ b/cfg/html/config.js @@ -26,23 +26,23 @@ const settings = { const slidesData = [ { imageSrc: '../assets/images/1.png', - headingText: 'You can add/remove items, vehicles, jobs & gangs through the shared folder.', + headingText: '', captionText: 'Photo captured by: Markyoo#8068' }, { imageSrc: '../assets/images/2.png', - headingText: 'Adding additional player data can be achieved by modifying the qb-core player.lua file.', + headingText: '', captionText: 'Photo captured by: ihyajb#9723' }, { imageSrc: '../assets/images/3.png', - headingText: 'All server-specific adjustments can be made in the config.lua files throughout the build.', + headingText: '', captionText: 'Photo captured by: FLAPZ[INACTIV]#9925', isActive: true }, { imageSrc: '../assets/images/4.png', - headingText: 'For additional support please join our community at discord.gg/qbcore', + headingText: 'For additional support please join our community at discord.gg/yFfj2pbe6d', captionText: 'Photo captured by: Robinerino#1312' } ]; @@ -114,4 +114,5 @@ document.addEventListener('DOMContentLoaded', () => { if (thingy) thingy.style.backgroundColor = loadingBarColor; }); -export { settings, slidesData, keybindsData }; \ No newline at end of file + +export { settings, slidesData, keybindsData };