Skip to content

Commit

Permalink
fixed baldursgate pic
Browse files Browse the repository at this point in the history
  • Loading branch information
NicBG committed Apr 3, 2024
1 parent 0e6ada2 commit f8d86e9
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Binary file added lvlgg_frontend/public/images/baldursGate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lvlgg_frontend/src/Components/Cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Cards() {
gameName='LeagueOfLegends'
/>
<CardItem
src='images/baldursgate.jpeg'
src='images/baldursgate.png'
text='Explore Baldurs gate 3 Guides'
gameName='BaldursGate3'
/>
Expand Down
2 changes: 1 addition & 1 deletion lvlgg_frontend/src/Components/FriendsList.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState, useEffect } from 'react';
import axios from 'axios';
import './FriendsList.css'; // Import CSS file for styling
import './FriendsList.css';

function FriendsList() {
const backendUrl = process.env.REACT_APP_BACKEND_URL;
Expand Down
2 changes: 1 addition & 1 deletion lvlgg_frontend/src/Components/Pages/BlogDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const BlogDetail = () => {
"LeagueOfLegends": "url(/images/league.png)",
"Dota2": "url(/images/dota.jpg)",
"CSGO": "url(/images/csgo.jpg)",
"BaldursGate3": "url(/images/baldursGate.jpeg)",
"BaldursGate3": "url(/images/baldursGate.png)",
};

const getCookie = (name) => {
Expand Down
2 changes: 1 addition & 1 deletion lvlgg_frontend/src/Components/Pages/Guides.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Guides() {
"LeagueOfLegends": "images/league.png",
"Dota2": "images/dota.jpg",
"CSGO": "images/csgo.jpg",
"BaldursGate3": "images/baldursGate.jpeg",
"BaldursGate3": "images/baldursGate.png",
};


Expand Down
2 changes: 1 addition & 1 deletion lvlgg_frontend/src/Components/Pages/MyGuides.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function MyGuides() {
"LeagueOfLegends": "images/league.png",
"Dota2": "images/dota.jpg",
"CSGO": "images/csgo.jpg",
"BaldursGate3": "images/baldursGate.jpeg",
"BaldursGate3": "images/baldursGate.png",
};

const getCookie = (name) => {
Expand Down
2 changes: 1 addition & 1 deletion lvlgg_frontend/src/Components/RecommendedGuides.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const RecommendedGuides = () => {
EldenRing: 'images/eldenRing.png',
Dota2: 'images/dota.jpg',
LeagueOfLegends: 'images/league.png',
BaldursGate3: 'images/baldursgate.jpeg',
BaldursGate3: 'images/baldursgate.png',
CSGO: 'images/csgo.jpg',
};

Expand Down

0 comments on commit f8d86e9

Please sign in to comment.