Skip to content

Commit

Permalink
chore: remove todo from catalog code
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 608782651
  • Loading branch information
asyncLiz authored and copybara-github committed Feb 21, 2024
1 parent 7154a44 commit 3e934e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion catalog/eleventy.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ module.exports = function (eleventyConfig) {

eleventyConfig.setLibrary('md', md);

// Add a TOC plugin (implementation is TODO for now)
// Add a TOC plugin (implementation is wip for now)
eleventyConfig.addPlugin(pluginTOC, {
tags: ['h2', 'h3', 'h4'],
wrapper: 'div',
Expand Down
2 changes: 1 addition & 1 deletion catalog/esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (DEV) {
treeShaking: true,
legalComments: 'external',
plugins: [
// TODO: this plugin currently breaks certain css props for SVGs
// This plugin currently breaks certain css props for SVGs
// (circularprogress) minifyHTMLLiteralsPlugin({
// shouldMinify: (template) => {
// const tag = template.tag && template.tag.toLowerCase();
Expand Down
2 changes: 1 addition & 1 deletion catalog/src/pages/home-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*/

// this is used in /site/index.html
// TODO implement when we decide to add stuff to home page
// Note: implement when we decide to add stuff to home page

0 comments on commit 3e934e1

Please sign in to comment.