Skip to content
Snippets Groups Projects
Commit 281313fb authored by Kyle Doherty's avatar Kyle Doherty
Browse files

replace and remove grid icon

parent 9a06743e
Branches
Tags
No related merge requests found
<svg id="grid" viewBox="0 0 32 32" fill="currentcolor" ng-attr-width="{{width}}" ng-attr-height="{{height}}">
<path d="M2 2 L10 2 L10 10 L2 10z M12 2 L20 2 L20 10 L12 10z M22 2 L30 2 L30 10 L22 10z M2 12 L10 12 L10 20 L2 20z M12 12 L20 12 L20 20 L12 20z M22 12 L30 12 L30 20 L22 20z M2 22 L10 22 L10 30 L2 30z M12 22 L20 22 L20 30 L12 30z M22 22 L30 22 L30 30 L22 30z "></path>
</svg>
......@@ -10,7 +10,7 @@
</label>
</div>
<a class="Button borderless" ng-click="toggleDashEditMode()" ng-if="dashboard.can_write && dashcards.length > 0">
<cv-grid-icon width="16px" height="16px"></cv-grid-icon>
<mb-icon name="grid" width="16px" height="16px"></mb-icon>
<span class="px1">{{editingText}}</span>
</a>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment