소스 검색

Lynx: Fixing a typo in social media service name. (#6700)

alaczek 2 년 전
부모
커밋
0db4033dda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lynx/patterns/link-in-bio-cloud.php

+ 1 - 1
lynx/patterns/link-in-bio-cloud.php

@@ -31,7 +31,7 @@
 <!-- /wp:paragraph -->
 
 <!-- wp:paragraph {"style":{"typography":{"letterSpacing":"-1px","lineHeight":"1.2"},"elements":{"link":{"color":{"text":"#e80fc5"}}}},"fontSize":"xx-large"} -->
-<p class="has-link-color has-xx-large-font-size" style="letter-spacing:-1px;line-height:1.2"><a href="#"><?php echo  esc_html__( 'Dribble.', 'lynx' ); ?></a></p>
+<p class="has-link-color has-xx-large-font-size" style="letter-spacing:-1px;line-height:1.2"><a href="#"><?php echo  esc_html__( 'Dribbble.', 'lynx' ); ?></a></p>
 <!-- /wp:paragraph --></div>
 <!-- /wp:group -->