Bugs and Discussions button was broken, new link! (#318)
This commit is contained in:
		@@ -121,7 +121,7 @@ function MyApp({ Component, pageProps: { session, ...pageProps } }: AppProps) {
 | 
				
			|||||||
              <Alert />
 | 
					              <Alert />
 | 
				
			||||||
              <Flex
 | 
					              <Flex
 | 
				
			||||||
                as="a"
 | 
					                as="a"
 | 
				
			||||||
                href="https://github.com/XRPLF/Hooks/discussions"
 | 
					                href="https://github.com/Xahau/xrpl-hooks-ide/issues"
 | 
				
			||||||
                target="_blank"
 | 
					                target="_blank"
 | 
				
			||||||
                rel="noopener noreferrer"
 | 
					                rel="noopener noreferrer"
 | 
				
			||||||
                css={{ position: 'fixed', right: '$4', bottom: '$4' }}
 | 
					                css={{ position: 'fixed', right: '$4', bottom: '$4' }}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user