Skip to content

Commit

Permalink
chore: utilizza i loghi da discord + logo discord rotondo
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jan 20, 2024
1 parent 1225a6e commit 908ece4
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'ITALIAN TRUCK COMPANY 2023',
favicon: 'img/iconaitc.ico',
favicon: 'https://cdn.discordapp.com/attachments/1198249432290959461/1198249793210830889/itc_logo.jpg?ex=65be3815&is=65abc315&hm=8b1bfae8ff9126e7a6ac4fb4093d61294d6cec03a05307a5e06e3072144dec8d&/favicon.png?width=800&height=800',

// Set the production url of your site here
url: 'https://italiantruckcompany.github.io',
Expand Down Expand Up @@ -51,15 +51,27 @@ const config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: ' 🚚 HOMEPAGE',
title: 'HOMEPAGE',
logo: {
src: 'https://cdn.discordapp.com/attachments/1198249432290959461/1198249793210830889/itc_logo.jpg?ex=65be3815&is=65abc315&hm=8b1bfae8ff9126e7a6ac4fb4093d61294d6cec03a05307a5e06e3072144dec8d&/favicon.png?width=50&height=50',
},
items: [
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'left',
label: 'TUTORIAL',
},
{to: '/blog', label: 'ITC BLOG', position: 'left'},
{
href: 'https://discord.gg/yzPxXhdF6D',
className: "pseudo-icon discord-icon",
position: 'right',
},
{
to: '/blog',
label: 'ITC BLOG',
position: 'left'
},
],
},
footer: {
Expand Down Expand Up @@ -101,10 +113,6 @@ const config = {
label: 'TruckersMP VTC',
href: 'https://truckersmp.com/vtc/60781',
},
{
label: 'Discord',
href: 'https://discord.gg/yzPxXhdF6D',
},
{
label: 'TrucksBook',
href: 'https://trucksbook.eu/company/168755 ',
Expand Down

0 comments on commit 908ece4

Please sign in to comment.