File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/settings/components/integrations Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4646 margin-top : 0 ;
4747 }
4848
49+ & h2 {
50+ margin-top : 32px ;
51+ }
52+
4953 & p {
5054 font-size : 16px ;
5155 margin : 0 ;
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ const Integrations = () => {
5050 'Integrate %s and %s to get the most out of the Material Theme.' ,
5151 'material-design'
5252 ) ,
53- `<a href="https://fonts.google.com/">${ __ (
53+ `<a href="https://fonts.google.com/" target="_blank" rel="noopener noreferrer" >${ __ (
5454 'Google Fonts' ,
5555 'material-design'
5656 ) } </a>`,
57- `<a href="https://material.io/resources/icons/?style=baseline">${ __ (
57+ `<a href="https://material.io/resources/icons/?style=baseline" target="_blank" rel="noopener noreferrer" >${ __ (
5858 'Material icons' ,
5959 'material-design'
6060 ) } </a>`
You can’t perform that action at this time.
0 commit comments