diff --git a/docs/Whitepaper2.0/competition.md b/docs/Whitepaper2.0/competition.md
index fb0a569..d841ce7 100644
--- a/docs/Whitepaper2.0/competition.md
+++ b/docs/Whitepaper2.0/competition.md
@@ -24,13 +24,13 @@ SeaScape | BSC, Moonbeam, Rinkeby testnet | Yes
Compared to all the bridging solutions described above, XP.NETWORK has a number of important advantages:
-1) The first bridge designed exclusively for NFTs, tackling every aspect of asset transition and compatibility across multiple protocols
-2) A much wider range of supported blockchains: any chain can be connected to the bridge
+1) The first bridge designed exclusively for NFTs, tackling every aspect of asset transition and compatibility across multiple protocols.
+2) A much wider range of supported blockchains: any chain can be connected to the bridge.
3) Linking EVM to a range of non-EVM chains with fundamentally different tech stacks, such as Elrond, Solana, Cardano, Algorand, etc.
-4) A simple and seamless UI for minting, transfering, and exploring NFTs
-5) Attractively low transaction fees, payable in the currency of the origin blockchain (ETH, BNB, SOL etc.)
-6) Highly scalable: the capacity of the bridge is limited only by the TPS of the bridged chains
-7) Possibility to mint NFTs on multiple chains from an easy-to-use UI
-8) Superior security and reliability: a multilayer security system capable of preventing all common types of attacks, with no single points of failure
-9) A more versatile technological stack, and provide the same level of security and reliability
+4) A simple and seamless UI for minting, transfering, and exploring NFTs.
+5) Attractively low transaction fees, payable in the currency of the origin blockchain (ETH, BNB, SOL etc).
+6) Highly scalable: the capacity of the bridge is limited only by the TPS of the bridged chains.
+7) Possibility to mint NFTs on multiple chains from an easy-to-use UI.
+8) Superior security and reliability: a multilayer security system capable of preventing all common types of attacks, with no single points of failure.
+9) A more versatile technological stack, and provide the same level of security and reliability.
10) Possibility to integrate the bridge with any NFT dApp, allowing users to trade and exchange NFTs the way they are used to, while the bridge operates behind the scenes.
\ No newline at end of file
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 0c4cc46..639d091 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -353,7 +353,7 @@ export const Footer = () => {
href={link.href}
key={link.href}
target={link.target}
- className="flex lg:flex-row text-sm items-center md:items-start md:flex-col text-gray-500 dark:text-gray-400 dark:hover:text-white hover:no-underline hover:text-black"
+ className={`flex lg:flex-row text-sm items-center md:items-start ${link.name == "GitHub" ? " md:flex-col " : " "} text-gray-500 dark:text-gray-400 dark:hover:text-white hover:no-underline hover:text-black`}
>
{link.icon ? (