Skip to content

Commit

Permalink
remove comment out code
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyu-salesforce committed Sep 24, 2024
1 parent 4a66048 commit c143daa
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions force-app/main/default/lwc/gsResources/gsResources.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
<template>
<!-- <article class="slds-card">
<h2 class="slds-text-heading_medium">{title}</h2>
<div class="resource-list">
<template for:each={resources} for:item="resource" for:index="index">
<div class="resource-item" key={resource.id} >
<div class="label">
<span>{resource.label}</span>
</div>
<div class="link">
<a href={resource.href} aria-label={resource.ariaLabel} target="_blank">{resource.linkLabel}</a>
</div>
</div>
</template>
</div>
</article> -->
<lightning-card title={title}>
<div class="resource-list slds-p-horizontal_small">
<template for:each={resources} for:item="resource" for:index="index">
Expand Down

0 comments on commit c143daa

Please sign in to comment.