Skip to content

Commit

Permalink
Merge pull request #5 from neo-ngd/fix/icons
Browse files Browse the repository at this point in the history
update icon
  • Loading branch information
apisit committed Jul 22, 2024
2 parents 9af2376 + 2d838d1 commit 8b5c622
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/app/components/Resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default function Resources() {
</div>
</a>

<a href="#" target="_blank" className='resource-item group flex-none snap-center w-full flex lg:flex-row flex-col lg:items-center border rounded-xl hover:shadow-lg overflow-hidden lg:h-40 transition ease-in-out duration-300 hover:cursor-pointer'>
<a href="https://neoxwish.ngd.network/" target="_blank" className='resource-item group flex-none snap-center w-full flex lg:flex-row flex-col lg:items-center border rounded-xl hover:shadow-lg overflow-hidden lg:h-40 transition ease-in-out duration-300 hover:cursor-pointer'>
<div className='aspect-square flex items-center justify-center box-gradient w-full lg:w-40 h-40'>
<svg width="73" height="74" viewBox="0 0 73 74" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="36.5" cy="37" r="28.6294" transform="rotate(-14.7444 36.5 37)" stroke="white" stroke-width="2.5" />
Expand Down
15 changes: 11 additions & 4 deletions src/app/elevate/page.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/app/projects/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ export default function ProjectsPage() {
<button key={`tag-${t}`} onClick={(e) => { setSelectedTag(t) }} className={`py-1 px-3 whitespace-nowrap rounded-lg ${selectedTag === t ? "bg-[#02DCA3] text-white" : ""}`}>{t}</button>
))
}
<div className="lg:ml-auto flex items-center gap-3">
<a href="https://neoxwish.ngd.network/" target="_blank" className="lg:ml-auto flex items-center gap-3">
<div className="btn-gradient text-xs font-bold text-white">TESTNET</div>
<p className="font-semibold text-black whitespace-nowrap">Claim Neo X GAS Here</p>
<svg width="7" height="11" viewBox="0 0 7 11" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.1416 1.67969L5.28324 5.82133L1.1416 9.96297" stroke="black" strokeWidth="1.60248" strokeLinecap="round" strokeLinejoin="round" />
</svg>

</div>
</a>
</div>


Expand Down

0 comments on commit 8b5c622

Please sign in to comment.