Skip to content

Commit a93b536

Browse files
committed
chore: github link updated with repo URL
1 parent 8c23d8c commit a93b536

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

admin/src/components/Header.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ function Header() {
1010
<span className="align-middle"> { __( 'Network Wide Custom Code', 'nwcc' ) } </span>
1111
</h2>
1212
<div className="relative flex rounded-md shadow-sm">
13-
<a href="https://profiles.wordpress.org/navanathbhosale" title={ __( 'WordPress Profile', 'nwcc' ) } target="_blank" id="wordpress" className="cursor-pointer shadow-sm mr-1.5 px-1.5 py-1.5 text-wpcolor hover:text-gray-900 rounded-full hover:bg-gray-50 bg-gray-100 flex items-center justify-center focus:outline-none">
13+
<a href="https://profiles.wordpress.org/navanathbhosale" title={ __( 'WordPress', 'nwcc' ) } target="_blank" id="wordpress" className="cursor-pointer shadow-sm mr-1.5 px-1.5 py-1.5 text-wpcolor hover:text-gray-900 rounded-full hover:bg-gray-50 bg-gray-100 flex items-center justify-center focus:outline-none">
1414
{ Icons.wordpress }
1515
</a>
16-
<a href="https://github.com/imnavanath" title={ __( 'GitHub Profile', 'nwcc' ) } target="_blank" id="github" className="cursor-pointer shadow-sm mr-1.5 px-1.5 py-1.5 text-wpcolor hover:text-gray-900 rounded-full hover:bg-gray-50 bg-gray-100 flex items-center justify-center focus:outline-none">
16+
<a href="https://github.com/imnavanath/network-wide-custom-code" title={ __( 'GitHub', 'nwcc' ) } target="_blank" id="github" className="cursor-pointer shadow-sm mr-1.5 px-1.5 py-1.5 text-wpcolor hover:text-gray-900 rounded-full hover:bg-gray-50 bg-gray-100 flex items-center justify-center focus:outline-none">
1717
{ Icons.github }
1818
</a>
1919
<a href="https://www.linkedin.com/in/navanath-bhosale" title={ __( 'Connect via LinkedIn', 'nwcc' ) } target="_blank" id="linkedin" className="cursor-pointer shadow-sm mr-1.5 px-1.5 py-1.5 text-wpcolor hover:text-gray-900 rounded-full hover:bg-gray-50 bg-gray-100 flex items-center justify-center focus:outline-none">

assets/build/admin.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-element', 'wp-i18n'), 'version' => '6dc46648a58c85843db915435fa43bb5');
1+
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-element', 'wp-i18n'), 'version' => '2301c085d02479460a5da4789b2ccc61');

0 commit comments

Comments
 (0)