Fix PostgreSQL icon rendering artifact

Summary

  • Replace the PostgreSQL elephant SVG with the official devicons version
  • Fix blue triangle artifact caused by improper path closure in the original SVG

The old SVG had a z (close path) command that drew a straight line from an incorrect endpoint back to the starting point, creating a visible blue triangle on the elephant's head.

before

Screenshot_2026-01-02_at_20.40.51

after

Screenshot_2026-01-02_at_20.39.43

Closes #665 (closed)

Edited by Nikolay Samokhvalov

Merge request reports

Loading