Skip to content

Commit

Permalink
Merge pull request #122 from Capstone-Projects-2024-Spring/BP-XXX-Web…
Browse files Browse the repository at this point in the history
…-Logo-Fix

Fix correct logo URL
  • Loading branch information
gummyfrog committed Apr 28, 2024
2 parents fbde53c + ab29910 commit 2992bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* The URL or reference to your projects logo!
* @type {string}
*/
const logo = 'https://github.com/Capstone-Projects-2024-Spring/project-blastpad/blob/assets/BlastPad%20Logo%20300px.png';
const logo = 'https://raw.githubusercontent.com/Capstone-Projects-2024-Spring/project-blastpad/assets/BlastPad%20Logo%20300px.png';

const main_template_jira_scripts = () => {
if (process.env.ORG_NAME === 'ApplebaumIan'){
Expand Down

0 comments on commit 2992bb9

Please sign in to comment.